public class BanWhiteList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BanWhiteList()  | 
BanWhiteList(BanWhiteList 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 | 
getCreateTime()
Get Time of creating allowlists 
 | 
String | 
getId()
Get Allowlist IDs 
 | 
Boolean | 
getIsGlobal()
Get Whether the allowlist is global
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getModifyTime()
Get Time of modifying allowlists 
 | 
String[] | 
getQuuids()
Get Machine list associated with the allowlist
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getRemark()
Get Allowlist aliases 
 | 
String | 
getSrcIp()
Get Block source IP 
 | 
String | 
getUuid()
Get Machine associated with the allowlist
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Time of creating allowlists 
 | 
void | 
setId(String Id)
Set Allowlist IDs 
 | 
void | 
setIsGlobal(Boolean IsGlobal)
Set Whether the allowlist is global
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setModifyTime(String ModifyTime)
Set Time of modifying allowlists 
 | 
void | 
setQuuids(String[] Quuids)
Set Machine list associated with the allowlist
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRemark(String Remark)
Set Allowlist aliases 
 | 
void | 
setSrcIp(String SrcIp)
Set Block source IP 
 | 
void | 
setUuid(String Uuid)
Set Machine associated with the allowlist
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BanWhiteList()
public BanWhiteList(BanWhiteList source)
public String getId()
public void setId(String Id)
Id - Allowlist IDspublic String getRemark()
public void setRemark(String Remark)
Remark - Allowlist aliasespublic String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp - Block source IPpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Time of modifying allowlistspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Time of creating allowlistspublic String getUuid()
public void setUuid(String Uuid)
Uuid - Machine associated with the allowlist
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsGlobal()
public void setIsGlobal(Boolean IsGlobal)
IsGlobal - Whether the allowlist is global
Note: This field may return null, indicating that no valid values can be obtained.public String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids - Machine list associated with the allowlist
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.