public class CreateUnblockIpRequest extends AbstractModel
Constructor and Description |
---|
CreateUnblockIpRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get Type of the unblocking action (`user`: self-service unblocking, `auto`: automatic unblocking, `update`: unblocking by service upgrading, `bind`: unblocking by binding Anti-DDoS Pro instance)
|
String |
getIp()
Get IP
|
void |
setActionType(String ActionType)
Set Type of the unblocking action (`user`: self-service unblocking, `auto`: automatic unblocking, `update`: unblocking by service upgrading, `bind`: unblocking by binding Anti-DDoS Pro instance)
|
void |
setIp(String Ip)
Set IP
|
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 String getIp()
public void setIp(String Ip)
Ip
- IPpublic String getActionType()
public void setActionType(String ActionType)
ActionType
- Type of the unblocking action (`user`: self-service unblocking, `auto`: automatic unblocking, `update`: unblocking by service upgrading, `bind`: unblocking by binding Anti-DDoS Pro instance)Copyright © 2020. All rights reserved.