public class ConfirmNetworkFirewallPolicyResponse extends AbstractModel
| Constructor and Description | 
|---|
| ConfirmNetworkFirewallPolicyResponse() | 
| ConfirmNetworkFirewallPolicyResponse(ConfirmNetworkFirewallPolicyResponse 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 | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getResult()Get Result of creating the confirmation task. | 
| Long | getTaskId()Get ID of the created task. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResult(String Result)Set Result of creating the confirmation task. | 
| void | setTaskId(Long TaskId)Set ID of the created task. | 
| 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 ConfirmNetworkFirewallPolicyResponse()
public ConfirmNetworkFirewallPolicyResponse(ConfirmNetworkFirewallPolicyResponse source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - ID of the created task. `0` indicates that the creation failed.public String getResult()
public void setResult(String Result)
Result - Result of creating the confirmation task. Valid values: `Succ`, `Failed`.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.