Class CreateUnblockIpResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.CreateUnblockIpResponse
-
public class CreateUnblockIpResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateUnblockIpResponse()CreateUnblockIpResponse(CreateUnblockIpResponse 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 IPStringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetUnblockTime()Get 解封时间(预计解封时间)voidsetActionType(String ActionType)Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)voidsetIp(String Ip)Set IPvoidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUnblockTime(String UnblockTime)Set 解封时间(预计解封时间)voidtoMap(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
-
CreateUnblockIpResponse
public CreateUnblockIpResponse()
-
CreateUnblockIpResponse
public CreateUnblockIpResponse(CreateUnblockIpResponse 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:绑定高防包解封)
-
getUnblockTime
public String getUnblockTime()
Get 解封时间(预计解封时间)- Returns:
- UnblockTime 解封时间(预计解封时间)
-
setUnblockTime
public void setUnblockTime(String UnblockTime)
Set 解封时间(预计解封时间)- Parameters:
UnblockTime- 解封时间(预计解封时间)
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-