public class BotInfo extends AbstractModel
Constructor and Description |
---|
BotInfo() |
BotInfo(BotInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBotId()
Get 机器人ID
|
String |
getBotName()
Get 机器人名称
|
String |
getBotStatus()
Get 机器人状态。0-停用 1-启用 2-待审核
|
void |
setBotId(String BotId)
Set 机器人ID
|
void |
setBotName(String BotName)
Set 机器人名称
|
void |
setBotStatus(String BotStatus)
Set 机器人状态。0-停用 1-启用 2-待审核
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BotInfo()
public BotInfo(BotInfo source)
public String getBotId()
public void setBotId(String BotId)
BotId
- 机器人IDpublic String getBotName()
public void setBotName(String BotName)
BotName
- 机器人名称public String getBotStatus()
public void setBotStatus(String BotStatus)
BotStatus
- 机器人状态。0-停用 1-启用 2-待审核Copyright © 2021. All rights reserved.