public class DescribeCostSummaryByProductResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCostSummaryByProductResponse() |
DescribeCostSummaryByProductResponse(DescribeCostSummaryByProductResponse 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 |
|---|---|
ConsumptionBusinessSummaryDataItem[] |
getData()
Get Consumption details summarized by productNote: This field may return null, indicating that no valid values can be obtained.
|
Long |
getReady()
Get Data readiness, 0 for not ready, 1 for ready
|
Long |
getRecordNum()
Get Record count.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
ConsumptionSummaryTotal |
getTotal()
Get Consumption details
|
void |
setData(ConsumptionBusinessSummaryDataItem[] Data)
Set Consumption details summarized by productNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setReady(Long Ready)
Set Data readiness, 0 for not ready, 1 for ready
|
void |
setRecordNum(Long RecordNum)
Set Record count.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotal(ConsumptionSummaryTotal Total)
Set Consumption details
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCostSummaryByProductResponse()
public DescribeCostSummaryByProductResponse(DescribeCostSummaryByProductResponse source)
public Long getReady()
public void setReady(Long Ready)
Ready - Data readiness, 0 for not ready, 1 for readypublic ConsumptionSummaryTotal getTotal()
public void setTotal(ConsumptionSummaryTotal Total)
Total - Consumption detailspublic ConsumptionBusinessSummaryDataItem[] getData()
public void setData(ConsumptionBusinessSummaryDataItem[] Data)
Data - Consumption details summarized by productNote: This field may return null, indicating that no valid values can be obtained.public Long getRecordNum()
public void setRecordNum(Long RecordNum)
RecordNum - Record count. The system returns null when NeedRecordNum is 0.Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.