public class ResourceUsageInfoData extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceUsageInfoData() |
ResourceUsageInfoData(ResourceUsageInfoData 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 |
getResourceName()
Get 资源计费项名称
|
Long |
getTotal()
Get 资源总数
|
Long |
getUnusedCount()
Get 未使用资源数
|
void |
setResourceName(String ResourceName)
Set 资源计费项名称
|
void |
setTotal(Long Total)
Set 资源总数
|
void |
setUnusedCount(Long UnusedCount)
Set 未使用资源数
|
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, toJsonString
public ResourceUsageInfoData()
public ResourceUsageInfoData(ResourceUsageInfoData source)
public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- 资源计费项名称public Long getTotal()
public void setTotal(Long Total)
Total
- 资源总数public Long getUnusedCount()
public void setUnusedCount(Long UnusedCount)
UnusedCount
- 未使用资源数Copyright © 2024. All rights reserved.