public class DescribeUnBlackholeCountResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
remainCount
The remaining quota that you can deactivate blackhole filtering.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total quota that you can deactivate blackhole filtering.
|
| 构造器和说明 |
|---|
DescribeUnBlackholeCountResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeUnBlackholeCountResponseBody |
build(Map<String,?> map) |
Integer |
getRemainCount() |
String |
getRequestId() |
Integer |
getTotalCount() |
DescribeUnBlackholeCountResponseBody |
setRemainCount(Integer remainCount) |
DescribeUnBlackholeCountResponseBody |
setRequestId(String requestId) |
DescribeUnBlackholeCountResponseBody |
setTotalCount(Integer totalCount) |
@NameInMap(value="RemainCount") public Integer remainCount
The remaining quota that you can deactivate blackhole filtering.
example:5
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:232929FA-40B6-4C53-9476-EE335ABA44CD
@NameInMap(value="TotalCount") public Integer totalCount
The total quota that you can deactivate blackhole filtering.
example:5
public static DescribeUnBlackholeCountResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeUnBlackholeCountResponseBody setRemainCount(Integer remainCount)
public Integer getRemainCount()
public DescribeUnBlackholeCountResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeUnBlackholeCountResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2026. All rights reserved.