public class CloudDedicatedZoneResourceStatisticsInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
CloudDedicatedZoneResourceStatisticsInfo() |
CloudDedicatedZoneResourceStatisticsInfo(CloudDedicatedZoneResourceStatisticsInfo 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 |
getItem()
Get Specifies the item name of resource statistics.
|
String |
getLastMondayUsageGrowthRate()
Get Resource growth rate last week.
|
String |
getRemain()
Get Remaining resource.
|
String |
getRemainRate()
Get Remaining resource percentage.
|
String |
getThisMondayUsageGrowthRate()
Get Resource growth rate this week.
|
String |
getThisMondayUsageRate()
Get Resource utilization rate at midnight this monday.
|
String |
getTotal()
Get Total resource amount.
|
String |
getUnit()
Get Resource statistics item measurement unit.
|
String |
getUsage()
Get Used resources.
|
String |
getUsageRate()
Get Specifies the percentage of used resources.
|
void |
setItem(String Item)
Set Specifies the item name of resource statistics.
|
void |
setLastMondayUsageGrowthRate(String LastMondayUsageGrowthRate)
Set Resource growth rate last week.
|
void |
setRemain(String Remain)
Set Remaining resource.
|
void |
setRemainRate(String RemainRate)
Set Remaining resource percentage.
|
void |
setThisMondayUsageGrowthRate(String ThisMondayUsageGrowthRate)
Set Resource growth rate this week.
|
void |
setThisMondayUsageRate(String ThisMondayUsageRate)
Set Resource utilization rate at midnight this monday.
|
void |
setTotal(String Total)
Set Total resource amount.
|
void |
setUnit(String Unit)
Set Resource statistics item measurement unit.
|
void |
setUsage(String Usage)
Set Used resources.
|
void |
setUsageRate(String UsageRate)
Set Specifies the percentage of used resources.
|
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 CloudDedicatedZoneResourceStatisticsInfo()
public CloudDedicatedZoneResourceStatisticsInfo(CloudDedicatedZoneResourceStatisticsInfo source)
public String getItem()
public void setItem(String Item)
Item - Specifies the item name of resource statistics.public String getUnit()
public void setUnit(String Unit)
Unit - Resource statistics item measurement unit.public String getTotal()
public void setTotal(String Total)
Total - Total resource amount.public String getUsage()
public void setUsage(String Usage)
Usage - Used resources.public String getUsageRate()
public void setUsageRate(String UsageRate)
UsageRate - Specifies the percentage of used resources.public String getRemain()
public void setRemain(String Remain)
Remain - Remaining resource.public String getRemainRate()
public void setRemainRate(String RemainRate)
RemainRate - Remaining resource percentage.public String getThisMondayUsageRate()
public void setThisMondayUsageRate(String ThisMondayUsageRate)
ThisMondayUsageRate - Resource utilization rate at midnight this monday.public String getThisMondayUsageGrowthRate()
public void setThisMondayUsageGrowthRate(String ThisMondayUsageGrowthRate)
ThisMondayUsageGrowthRate - Resource growth rate this week.public String getLastMondayUsageGrowthRate()
public void setLastMondayUsageGrowthRate(String LastMondayUsageGrowthRate)
LastMondayUsageGrowthRate - Resource growth rate last week.Copyright © 2025. All rights reserved.