public class DeleteNonlocalLoginPlacesRequest extends AbstractModel
header, skipSign| 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 Method for deleting cross-region log-in events, available values are Ids, Ip, and All. | 
| Long[] | getIds()Get Array of cross-region log-in event IDs. | 
| String[] | getIp()Get IP of cross-region log-in event. | 
| String | getUuid()Get Host UUID | 
| void | setDelType(String DelType)Set Method for deleting cross-region log-in events, available values are Ids, Ip, and All. | 
| void | setIds(Long[] Ids)Set Array of cross-region log-in event IDs. | 
| void | setIp(String[] Ip)Set IP of cross-region log-in event. | 
| void | setUuid(String Uuid)Set Host UUID | 
| 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, toJsonStringpublic DeleteNonlocalLoginPlacesRequest()
public DeleteNonlocalLoginPlacesRequest(DeleteNonlocalLoginPlacesRequest source)
public String getDelType()
public void setDelType(String DelType)
DelType - Method for deleting cross-region log-in events, available values are Ids, Ip, and All. The default is Ids.public Long[] getIds()
public void setIds(Long[] Ids)
Ids - Array of cross-region log-in event IDs. Required if DelType is Ids or DelType is not filled.public String[] getIp()
public void setIp(String[] Ip)
Ip - IP of cross-region log-in event. Required if DelType is Ip.public String getUuid()
public void setUuid(String Uuid)
Uuid - Host UUIDCopyright © 2025. All rights reserved.