public class DescribeUnBlockCountResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
remainCount
The remaining number of times that you can enable the near-origin traffic diversion feature.
|
String |
requestId
The request ID.
|
Integer |
totalCount
The total number of times that you can enable the near-origin traffic diversion feature.
|
| 构造器和说明 |
|---|
DescribeUnBlockCountResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeUnBlockCountResponseBody |
build(Map<String,?> map) |
Integer |
getRemainCount() |
String |
getRequestId() |
Integer |
getTotalCount() |
DescribeUnBlockCountResponseBody |
setRemainCount(Integer remainCount) |
DescribeUnBlockCountResponseBody |
setRequestId(String requestId) |
DescribeUnBlockCountResponseBody |
setTotalCount(Integer totalCount) |
@NameInMap(value="RemainCount") public Integer remainCount
The remaining number of times that you can enable the near-origin traffic diversion feature.
example:7
@NameInMap(value="RequestId") public String requestId
The request ID.
example:C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
@NameInMap(value="TotalCount") public Integer totalCount
The total number of times that you can enable the near-origin traffic diversion feature.
example:10
public static DescribeUnBlockCountResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeUnBlockCountResponseBody setRemainCount(Integer remainCount)
public Integer getRemainCount()
public DescribeUnBlockCountResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeUnBlockCountResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2026. All rights reserved.