Class Bot
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.botmanager.common.bean.Bot
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.IdTitleBuilder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Bot.Builderbuilder()intgetState()getToken()voidsetBotType(BotType botType) voidsetState(int state) voidMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Field Details
-
BOT_ENABLED
public static final int BOT_ENABLED- See Also:
-
BOT_DISABLED
public static final int BOT_DISABLED- See Also:
-
-
Constructor Details
-
Bot
public Bot()
-
-
Method Details
-
getToken
-
setToken
-
getState
public int getState() -
setState
public void setState(int state) -
getBotType
-
setBotType
-
builder
-