public class DescribeDosageCosDetailByDateRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeDosageCosDetailByDateRequest() |
DescribeDosageCosDetailByDateRequest(DescribeDosageCosDetailByDateRequest 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 |
getBucketName()
Get Bucket name.
|
String |
getEndDate()
Get The end date of the usage query (end date must be in the same month as the start date), such as `2020-09-30`.
|
String |
getStartDate()
Get The start date of the usage query, such as `2020-09-01`.
|
void |
setBucketName(String BucketName)
Set Bucket name.
|
void |
setEndDate(String EndDate)
Set The end date of the usage query (end date must be in the same month as the start date), such as `2020-09-30`.
|
void |
setStartDate(String StartDate)
Set The start date of the usage query, such as `2020-09-01`.
|
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 DescribeDosageCosDetailByDateRequest()
public DescribeDosageCosDetailByDateRequest(DescribeDosageCosDetailByDateRequest source)
public String getStartDate()
public void setStartDate(String StartDate)
StartDate - The start date of the usage query, such as `2020-09-01`.public String getEndDate()
public void setEndDate(String EndDate)
EndDate - The end date of the usage query (end date must be in the same month as the start date), such as `2020-09-30`.public String getBucketName()
public void setBucketName(String BucketName)
BucketName - Bucket name. You can use `Get Service` to query the list of all buckets under a requester account. For details, see [GET Service (List Buckets)](https://www.tencentcloud.com/document/product/436/8291).Copyright © 2025. All rights reserved.