public class UserDomainInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserDomainInfo() |
UserDomainInfo(UserDomainInfo 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 |
getAlbType()
Get CLB WAF type
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getApiStatus()
Get API enabling status
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAppid()
Get User ID
|
Long |
getBotStatus()
Get Bot detection enabling status
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCloudType()
Get Marks if it is hybrid cloud access.
|
Long |
getCls()
Get Whether to Write the CLS Switch for the Specified Domain 1: Yes, 0: No
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDomain()
Get Domain name
|
String |
getDomainId()
Get Domain ID
|
String |
getEdition()
Get WAF type
|
String |
getInstanceId()
Get Instance ID
|
String |
getInstanceName()
Get Instance name
|
String |
getLevel()
Get Version
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getWriteConfig()
Get Switch for Specified Domain Access Log Fields
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAlbType(String AlbType)
Set CLB WAF type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApiStatus(Long ApiStatus)
Set API enabling status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAppid(Long Appid)
Set User ID
|
void |
setBotStatus(Long BotStatus)
Set Bot detection enabling status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCloudType(String CloudType)
Set Marks if it is hybrid cloud access.
|
void |
setCls(Long Cls)
Set Whether to Write the CLS Switch for the Specified Domain 1: Yes, 0: No
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setDomainId(String DomainId)
Set Domain ID
|
void |
setEdition(String Edition)
Set WAF type
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setInstanceName(String InstanceName)
Set Instance name
|
void |
setLevel(String Level)
Set Version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWriteConfig(String WriteConfig)
Set Switch for Specified Domain Access Log Fields
Note: This field may return null, indicating that no valid values can be obtained.
|
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 UserDomainInfo()
public UserDomainInfo(UserDomainInfo source)
public Long getAppid()
public void setAppid(Long Appid)
Appid
- User IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getDomainId()
public void setDomainId(String DomainId)
DomainId
- Domain IDpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance namepublic String getEdition()
public void setEdition(String Edition)
Edition
- WAF typepublic String getLevel()
public void setLevel(String Level)
Level
- Version
Note: This field may return null, indicating that no valid values can be obtained.public String getWriteConfig()
public void setWriteConfig(String WriteConfig)
WriteConfig
- Switch for Specified Domain Access Log Fields
Note: This field may return null, indicating that no valid values can be obtained.public Long getCls()
public void setCls(Long Cls)
Cls
- Whether to Write the CLS Switch for the Specified Domain 1: Yes, 0: No
Note: This field may return null, indicating that no valid values can be obtained.public String getCloudType()
public void setCloudType(String CloudType)
CloudType
- Marks if it is hybrid cloud access. Hybrid indicates a hybrid cloud access domain
Note: This field may return null, indicating that no valid values can be obtained.public String getAlbType()
public void setAlbType(String AlbType)
AlbType
- CLB WAF type
Note: This field may return null, indicating that no valid values can be obtained.public Long getBotStatus()
public void setBotStatus(Long BotStatus)
BotStatus
- Bot detection enabling status
Note: This field may return null, indicating that no valid values can be obtained.public Long getApiStatus()
public void setApiStatus(Long ApiStatus)
ApiStatus
- API enabling status
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.