public class ModifyHostModeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyHostModeRequest() |
ModifyHostModeRequest(ModifyHostModeRequest 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 |
getDomain()
Get Domain name
|
String |
getDomainId()
Get Domain ID
|
String |
getEdition()
Get Instance type
|
String |
getInstanceID()
Get Instance ID
|
Long |
getMode()
Get Protection status:
10: rule-based observation and AI disabling; 11: rule- and AI-based observation; 12: rule-based observation and AI-based interception
20: rule-based interception and AI disabling; 21: rule-based interception and AI-based observation; 22: rule- and AI-based interception
|
Long |
getType()
Get 0: Change protection mode, 1: Modify AI
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setDomainId(String DomainId)
Set Domain ID
|
void |
setEdition(String Edition)
Set Instance type
|
void |
setInstanceID(String InstanceID)
Set Instance ID
|
void |
setMode(Long Mode)
Set Protection status:
10: rule-based observation and AI disabling; 11: rule- and AI-based observation; 12: rule-based observation and AI-based interception
20: rule-based interception and AI disabling; 21: rule-based interception and AI-based observation; 22: rule- and AI-based interception
|
void |
setType(Long Type)
Set 0: Change protection mode, 1: Modify AI
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyHostModeRequest()
public ModifyHostModeRequest(ModifyHostModeRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getDomainId()
public void setDomainId(String DomainId)
DomainId
- Domain IDpublic Long getMode()
public void setMode(Long Mode)
Mode
- Protection status:
10: rule-based observation and AI disabling; 11: rule- and AI-based observation; 12: rule-based observation and AI-based interception
20: rule-based interception and AI disabling; 21: rule-based interception and AI-based observation; 22: rule- and AI-based interceptionpublic Long getType()
public void setType(Long Type)
Type
- 0: Change protection mode, 1: Modify AIpublic String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- Instance IDpublic String getEdition()
public void setEdition(String Edition)
Edition
- Instance typeCopyright © 2024. All rights reserved.