public class ModifyLoginWhiteRecordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyLoginWhiteRecordRequest() |
ModifyLoginWhiteRecordRequest(ModifyLoginWhiteRecordRequest 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 |
getEndTime()
Get End time
|
HostInfo[] |
getHosts()
Get Server list
|
Long |
getId()
Get Allowlist ID
|
Long |
getIsGlobal()
Get Whether it applies to all servers: 0: no; 1: yes
|
Place[] |
getPlaces()
Get Region list
|
String |
getRemark()
Get Remarks
|
String |
getSrcIp()
Get Allowlisted dimension information recorded after the update
|
String |
getStartTime()
Get Start time
|
String |
getUserName()
Get Allowlisted users (Multiple users are separated by commas.)
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setHosts(HostInfo[] Hosts)
Set Server list
|
void |
setId(Long Id)
Set Allowlist ID
|
void |
setIsGlobal(Long IsGlobal)
Set Whether it applies to all servers: 0: no; 1: yes
|
void |
setPlaces(Place[] Places)
Set Region list
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSrcIp(String SrcIp)
Set Allowlisted dimension information recorded after the update
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setUserName(String UserName)
Set Allowlisted users (Multiple users are separated by commas.)
|
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 ModifyLoginWhiteRecordRequest()
public ModifyLoginWhiteRecordRequest(ModifyLoginWhiteRecordRequest source)
public 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 dimension information recorded after the updatepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether it applies to all servers: 0: no; 1: yespublic Long getId()
public void setId(Long Id)
Id
- Allowlist IDpublic HostInfo[] getHosts()
public void setHosts(HostInfo[] Hosts)
Hosts
- Server listpublic Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- Region listCopyright © 2024. All rights reserved.