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 结束时间
|
HostInfo[] |
getHosts()
Get 服务器列表
|
Long |
getId()
Get 白名单ID
|
Long |
getIsGlobal()
Get 是否对所有服务器生效,0-否,1-是
|
Place[] |
getPlaces()
Get 地域列表
|
String |
getRemark()
Get 备注
|
String |
getSrcIp()
Get 更新后记录的白名单维度信息
|
String |
getStartTime()
Get 开始时间
|
String |
getUserName()
Get 白名单用户(多个用户逗号隔开)
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setHosts(HostInfo[] Hosts)
Set 服务器列表
|
void |
setId(Long Id)
Set 白名单ID
|
void |
setIsGlobal(Long IsGlobal)
Set 是否对所有服务器生效,0-否,1-是
|
void |
setPlaces(Place[] Places)
Set 地域列表
|
void |
setRemark(String Remark)
Set 备注
|
void |
setSrcIp(String SrcIp)
Set 更新后记录的白名单维度信息
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setUserName(String UserName)
Set 白名单用户(多个用户逗号隔开)
|
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, toJsonString
public ModifyLoginWhiteRecordRequest()
public ModifyLoginWhiteRecordRequest(ModifyLoginWhiteRecordRequest source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 白名单用户(多个用户逗号隔开)public String getSrcIp()
public void setSrcIp(String SrcIp)
SrcIp
- 更新后记录的白名单维度信息public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 是否对所有服务器生效,0-否,1-是public Long getId()
public void setId(Long Id)
Id
- 白名单IDpublic HostInfo[] getHosts()
public void setHosts(HostInfo[] Hosts)
Hosts
- 服务器列表public Place[] getPlaces()
public void setPlaces(Place[] Places)
Places
- 地域列表Copyright © 2024. All rights reserved.