public class CreateUnblockIpResponse extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActionType()Get 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封) | 
| String | getIp()Get IP | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| String | getUnblockTime()Get 解封时间(预计解封时间) | 
| void | setActionType(String ActionType)Set 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封) | 
| void | setIp(String Ip)Set IP | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setUnblockTime(String UnblockTime)Set 解封时间(预计解封时间) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateUnblockIpResponse()
public CreateUnblockIpResponse(CreateUnblockIpResponse source)
public String getIp()
public void setIp(String Ip)
Ip - IPpublic String getActionType()
public void setActionType(String ActionType)
ActionType - 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)public String getUnblockTime()
public void setUnblockTime(String UnblockTime)
UnblockTime - 解封时间(预计解封时间)public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.