Class CreateUnblockIpRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.CreateUnblockIpRequest
-
public class CreateUnblockIpRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionType()Get 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)StringgetIp()Get IPvoidsetActionType(String ActionType)Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)voidsetIp(String Ip)Set IPvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateUnblockIpRequest
public CreateUnblockIpRequest()
-
CreateUnblockIpRequest
public 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.
-
-
Method Detail
-
getIp
public String getIp()
Get IP- Returns:
- Ip IP
-
setIp
public void setIp(String Ip)
Set IP- Parameters:
Ip- IP
-
getActionType
public String getActionType()
Get 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)- Returns:
- ActionType 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
-
setActionType
public void setActionType(String ActionType)
Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)- Parameters:
ActionType- 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
-
-