public class DeleteNonlocalLoginPlacesRequest extends AbstractModel
Constructor and Description |
---|
DeleteNonlocalLoginPlacesRequest() |
DeleteNonlocalLoginPlacesRequest(DeleteNonlocalLoginPlacesRequest 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 |
getDelType()
Get 删除异地登录事件的方式,可选值:"Ids"、"Ip"、"All",默认为Ids
|
Long[] |
getIds()
Get 异地登录事件ID数组。DelType为Ids或DelType未填时此项必填
|
String[] |
getIp()
Get 异地登录事件的Ip。DelType为Ip时必填
|
String |
getUuid()
Get 主机Uuid
|
void |
setDelType(String DelType)
Set 删除异地登录事件的方式,可选值:"Ids"、"Ip"、"All",默认为Ids
|
void |
setIds(Long[] Ids)
Set 异地登录事件ID数组。DelType为Ids或DelType未填时此项必填
|
void |
setIp(String[] Ip)
Set 异地登录事件的Ip。DelType为Ip时必填
|
void |
setUuid(String Uuid)
Set 主机Uuid
|
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, toJsonString
public DeleteNonlocalLoginPlacesRequest()
public DeleteNonlocalLoginPlacesRequest(DeleteNonlocalLoginPlacesRequest source)
public String getDelType()
public void setDelType(String DelType)
DelType
- 删除异地登录事件的方式,可选值:"Ids"、"Ip"、"All",默认为Idspublic Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 异地登录事件ID数组。DelType为Ids或DelType未填时此项必填public String[] getIp()
public void setIp(String[] Ip)
Ip
- 异地登录事件的Ip。DelType为Ip时必填public String getUuid()
public void setUuid(String Uuid)
Uuid
- 主机UuidCopyright © 2021. All rights reserved.