public class LoginWhiteLists extends AbstractModel
header, skipSign
Constructor and Description |
---|
LoginWhiteLists() |
LoginWhiteLists(LoginWhiteLists 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 the allowlist
|
String |
getEndTime()
Get End time
|
String |
getHostIp()
Get Machine IP
|
Long |
getId()
Get Record ID
|
Boolean |
getIsGlobal()
Get Whether a global rule
|
String |
getMachineName()
Get Machine name
|
String |
getModifyTime()
Get Time of modifying the allowlist
|
Place[] |
getPlaces()
Get Allowlisted regions
|
String |
getSrcIp()
Get Allowlisted IPs (Multiple IPs are separated by commas.)
|
String |
getStartTime()
Get Start time
|
String |
getUserName()
Get Allowlisted users (Multiple users are separated by commas.)
|
String |
getUuid()
Get Yunjing client ID
|
void |
setCreateTime(String CreateTime)
Set Time of creating the allowlist
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setHostIp(String HostIp)
Set Machine IP
|
void |
setId(Long Id)
Set Record ID
|
void |
setIsGlobal(Boolean IsGlobal)
Set Whether a global rule
|
void |
setMachineName(String MachineName)
Set Machine name
|
void |
setModifyTime(String ModifyTime)
Set Time of modifying the allowlist
|
void |
setPlaces(Place[] Places)
Set Allowlisted regions
|
void |
setSrcIp(String SrcIp)
Set Allowlisted IPs (Multiple IPs are separated by commas.)
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setUserName(String UserName)
Set Allowlisted users (Multiple users are separated by commas.)
|
void |
setUuid(String Uuid)
Set Yunjing client ID
|
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 LoginWhiteLists()
public LoginWhiteLists(LoginWhiteLists source)
public Long getId()
public void setId(Long Id)
Id
- Record IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Yunjing client IDpublic Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- Allowlisted regionspublic String getUserName()
public void setUserName(String UserName)
UserName
- Allowlisted users (Multiple users are separated by commas.)public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- Allowlisted IPs (Multiple IPs are separated by commas.)public Boolean getIsGlobal()
public void setIsGlobal(Boolean IsGlobal)
IsGlobal
- Whether a global rulepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Time of creating the allowlistpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Time of modifying the allowlistpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Machine namepublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Machine IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timeCopyright © 2024. All rights reserved.