public class ModifyBotStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyBotStatusRequest()  | 
ModifyBotStatusRequest(ModifyBotStatusRequest 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 | 
getBotVersion()
Get Enter the bot version number, scenario-based version: 4.1.0 
 | 
String | 
getCategory()
Get Category 
 | 
String | 
getDomain()
Get Domain name 
 | 
String[] | 
getDomainList()
Get List of domain names on which bot detection is to be enabled or disabled in batch 
 | 
String | 
getInstanceID()
Get Instance ID 
 | 
Boolean | 
getIsVersionFour()
Get Whether it is the bot 4.0 version 
 | 
String | 
getStatus()
Get Status 
 | 
void | 
setBotVersion(String BotVersion)
Set Enter the bot version number, scenario-based version: 4.1.0 
 | 
void | 
setCategory(String Category)
Set Category 
 | 
void | 
setDomain(String Domain)
Set Domain name 
 | 
void | 
setDomainList(String[] DomainList)
Set List of domain names on which bot detection is to be enabled or disabled in batch 
 | 
void | 
setInstanceID(String InstanceID)
Set Instance ID 
 | 
void | 
setIsVersionFour(Boolean IsVersionFour)
Set Whether it is the bot 4.0 version 
 | 
void | 
setStatus(String Status)
Set Status 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyBotStatusRequest()
public ModifyBotStatusRequest(ModifyBotStatusRequest source)
public String getCategory()
public void setCategory(String Category)
Category - Categorypublic String getStatus()
public void setStatus(String Status)
Status - Statuspublic String getDomain()
public void setDomain(String Domain)
Domain - Domain namepublic String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID - Instance IDpublic Boolean getIsVersionFour()
public void setIsVersionFour(Boolean IsVersionFour)
IsVersionFour - Whether it is the bot 4.0 versionpublic String getBotVersion()
public void setBotVersion(String BotVersion)
BotVersion - Enter the bot version number, scenario-based version: 4.1.0public String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList - List of domain names on which bot detection is to be enabled or disabled in batchCopyright © 2025. All rights reserved.