public class DescribeDashboardResponse extends AbstractModel
skipSign| Constructor and Description |
|---|
DescribeDashboardResponse() |
DescribeDashboardResponse(DescribeDashboardResponse 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 |
|---|---|
FlowUsage[] |
getFlowUsage()
Get 流量包用量
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRequestTotalCount()
Get 历史请求量总数
|
Long |
getZoneTotal()
Get 私有域解析总数
|
Long |
getZoneVpcCount()
Get 私有域关联VPC数量
|
void |
setFlowUsage(FlowUsage[] FlowUsage)
Set 流量包用量
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setRequestTotalCount(Long RequestTotalCount)
Set 历史请求量总数
|
void |
setZoneTotal(Long ZoneTotal)
Set 私有域解析总数
|
void |
setZoneVpcCount(Long ZoneVpcCount)
Set 私有域关联VPC数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDashboardResponse()
public DescribeDashboardResponse(DescribeDashboardResponse source)
public Long getZoneTotal()
public void setZoneTotal(Long ZoneTotal)
ZoneTotal - 私有域解析总数public Long getZoneVpcCount()
public void setZoneVpcCount(Long ZoneVpcCount)
ZoneVpcCount - 私有域关联VPC数量public Long getRequestTotalCount()
public void setRequestTotalCount(Long RequestTotalCount)
RequestTotalCount - 历史请求量总数public FlowUsage[] getFlowUsage()
public void setFlowUsage(FlowUsage[] FlowUsage)
FlowUsage - 流量包用量public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.