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 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
|
String |
getIp()
Get IP
|
void |
setActionType(String ActionType)
Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
|
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 CreateUnblockIpRequest()
public CreateUnblockIpRequest(CreateUnblockIpRequest source)
public String getIp()
public void setIp(String Ip)
Ip
- IPpublic String getActionType()
public void setActionType(String ActionType)
ActionType
- 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)Copyright © 2021. All rights reserved.