public class LoginWhiteLists extends AbstractModel
| Constructor and Description | 
|---|
| LoginWhiteLists() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCreateTime()Get Whitelist creation time | 
| String | getHostIp()Get Server IP | 
| Long | getId()Get Record ID | 
| Boolean | getIsGlobal()Get Whether this rule is applied to all servers under the current account | 
| String | getMachineName()Get Server name | 
| String | getModifyTime()Get Whitelist modification time | 
| Place[] | getPlaces()Get Whitelisted location | 
| String | getSrcIp()Get Whitelisted IPs (separated by commas) | 
| String | getUserName()Get Whitelisted users (separated by commas) | 
| String | getUuid()Get CWP agent ID | 
| void | setCreateTime(String CreateTime)Set Whitelist creation time | 
| void | setHostIp(String HostIp)Set Server IP | 
| void | setId(Long Id)Set Record ID | 
| void | setIsGlobal(Boolean IsGlobal)Set Whether this rule is applied to all servers under the current account | 
| void | setMachineName(String MachineName)Set Server name | 
| void | setModifyTime(String ModifyTime)Set Whitelist modification time | 
| void | setPlaces(Place[] Places)Set Whitelisted location | 
| void | setSrcIp(String SrcIp)Set Whitelisted IPs (separated by commas) | 
| void | setUserName(String UserName)Set Whitelisted users (separated by commas) | 
| void | setUuid(String Uuid)Set CWP agent ID | 
| 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, toJsonStringpublic Long getId()
public void setId(Long Id)
Id - Record IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - CWP agent IDpublic Place[] getPlaces()
public void setPlaces(Place[] Places)
Places - Whitelisted locationpublic String getUserName()
public void setUserName(String UserName)
UserName - Whitelisted users (separated by commas)public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp - Whitelisted IPs (separated by commas)public Boolean getIsGlobal()
public void setIsGlobal(Boolean IsGlobal)
IsGlobal - Whether this rule is applied to all servers under the current accountpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Whitelist creation timepublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Whitelist modification timepublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server namepublic String getHostIp()
public void setHostIp(String HostIp)
HostIp - Server IPCopyright © 2020. All rights reserved.