public class DescribeBillDetailForOrganizationResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillDetailForOrganizationResponse() |
DescribeBillDetailForOrganizationResponse(DescribeBillDetailForOrganizationResponse 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 |
getContext()
Get Context information of the current request, which can be used in the parameters of the next request to speed up the query.
|
DistributionBillDetail[] |
getDetailSet()
Get Details list.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total number of records, which is cached every 24 hours and may be less than the actual total number of records.
|
void |
setContext(String Context)
Set Context information of the current request, which can be used in the parameters of the next request to speed up the query.
|
void |
setDetailSet(DistributionBillDetail[] DetailSet)
Set Details list.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total number of records, which is cached every 24 hours and may be less than the actual total number of records.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillDetailForOrganizationResponse()
public DescribeBillDetailForOrganizationResponse(DescribeBillDetailForOrganizationResponse source)
public DistributionBillDetail[] getDetailSet()
public void setDetailSet(DistributionBillDetail[] DetailSet)
DetailSet
- Details list.public Long getTotal()
public void setTotal(Long Total)
Total
- Total number of records, which is cached every 24 hours and may be less than the actual total number of records.
Note: This field may return null, indicating that no valid values can be obtained.public String getContext()
public void setContext(String Context)
Context
- Context information of the current request, which can be used in the parameters of the next request to speed up the query.
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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.