public class CosDetailSets extends AbstractModel
Constructor and Description |
---|
CosDetailSets() |
CosDetailSets(CosDetailSets 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 |
getBillingItemCodeName()
Get Billable item name
|
String |
getBucketName()
Get Bucket name
|
String |
getDosageBeginTime()
Get The start time of the usage
|
String |
getDosageEndTime()
Get The end time of the usage
|
String |
getDosageValue()
Get Usage
|
String |
getSubProductCodeName()
Get Sub-product name
|
String |
getUnit()
Get Unit of the billable item
|
void |
setBillingItemCodeName(String BillingItemCodeName)
Set Billable item name
|
void |
setBucketName(String BucketName)
Set Bucket name
|
void |
setDosageBeginTime(String DosageBeginTime)
Set The start time of the usage
|
void |
setDosageEndTime(String DosageEndTime)
Set The end time of the usage
|
void |
setDosageValue(String DosageValue)
Set Usage
|
void |
setSubProductCodeName(String SubProductCodeName)
Set Sub-product name
|
void |
setUnit(String Unit)
Set Unit of the billable item
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CosDetailSets()
public CosDetailSets(CosDetailSets source)
public String getBucketName()
public void setBucketName(String BucketName)
BucketName
- Bucket namepublic String getDosageBeginTime()
public void setDosageBeginTime(String DosageBeginTime)
DosageBeginTime
- The start time of the usagepublic String getDosageEndTime()
public void setDosageEndTime(String DosageEndTime)
DosageEndTime
- The end time of the usagepublic String getSubProductCodeName()
public void setSubProductCodeName(String SubProductCodeName)
SubProductCodeName
- Sub-product namepublic String getBillingItemCodeName()
public void setBillingItemCodeName(String BillingItemCodeName)
BillingItemCodeName
- Billable item namepublic String getDosageValue()
public void setDosageValue(String DosageValue)
DosageValue
- Usagepublic String getUnit()
public void setUnit(String Unit)
Unit
- Unit of the billable itemCopyright © 2023. All rights reserved.