public class CreateUnblockIpRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateUnblockIpRequest() | 
| CreateUnblockIpRequest(CreateUnblockIpRequest 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 | 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, toJsonStringpublic CreateUnblockIpRequest()
public CreateUnblockIpRequest(CreateUnblockIpRequest source)
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 © 2023. All rights reserved.