public class AllocateIp6AddressesBandwidthResponse extends AbstractModel
Constructor and Description |
---|
AllocateIp6AddressesBandwidthResponse() |
AllocateIp6AddressesBandwidthResponse(AllocateIp6AddressesBandwidthResponse 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[] |
getAddressSet()
Get 弹性公网 IPV6 的唯一 ID 列表。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getTaskId()
Get 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
|
void |
setAddressSet(String[] AddressSet)
Set 弹性公网 IPV6 的唯一 ID 列表。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setTaskId(String TaskId)
Set 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
|
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 AllocateIp6AddressesBandwidthResponse()
public AllocateIp6AddressesBandwidthResponse(AllocateIp6AddressesBandwidthResponse source)
public String[] getAddressSet()
public void setAddressSet(String[] AddressSet)
AddressSet
- 弹性公网 IPV6 的唯一 ID 列表。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.