public class PrometheusInstanceTenantUsage extends AbstractModel
header, skipSign
Constructor and Description |
---|
PrometheusInstanceTenantUsage() |
PrometheusInstanceTenantUsage(PrometheusInstanceTenantUsage 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 |
---|---|
Float |
getBasic()
Get Usage of basic (free) metrics
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCalcDate()
Get Billing cycle
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getFee()
Get Usage of paid metrics
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getTotal()
Get Total usage
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBasic(Float Basic)
Set Usage of basic (free) metrics
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCalcDate(String CalcDate)
Set Billing cycle
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFee(Float Fee)
Set Usage of paid metrics
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotal(Float Total)
Set Total usage
Note: This field may return null, indicating that no valid values can be obtained.
|
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 PrometheusInstanceTenantUsage()
public PrometheusInstanceTenantUsage(PrometheusInstanceTenantUsage source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCalcDate()
public void setCalcDate(String CalcDate)
CalcDate
- Billing cycle
Note: This field may return null, indicating that no valid values can be obtained.public Float getTotal()
public void setTotal(Float Total)
Total
- Total usage
Note: This field may return null, indicating that no valid values can be obtained.public Float getBasic()
public void setBasic(Float Basic)
Basic
- Usage of basic (free) metrics
Note: This field may return null, indicating that no valid values can be obtained.public Float getFee()
public void setFee(Float Fee)
Fee
- Usage of paid metrics
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.