public class BillingLabel extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BillingLabel() | 
| BillingLabel(BillingLabel 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 | getLabel()Get 计费项标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStatus()Get 计费状态
None: 不计费
StorageOnly: 仅存储计费
Computing: 计算和存储都计费 | 
| Long | getVolumeSize()Get 存储大小 | 
| void | setLabel(String Label)Set 计费项标识
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatus(String Status)Set 计费状态
None: 不计费
StorageOnly: 仅存储计费
Computing: 计算和存储都计费 | 
| void | setVolumeSize(Long VolumeSize)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, toJsonStringpublic BillingLabel()
public BillingLabel(BillingLabel source)
public String getLabel()
public void setLabel(String Label)
Label - 计费项标识
注意:此字段可能返回 null,表示取不到有效值。public Long getVolumeSize()
public void setVolumeSize(Long VolumeSize)
VolumeSize - 存储大小public String getStatus()
public void setStatus(String Status)
Status - 计费状态
None: 不计费
StorageOnly: 仅存储计费
Computing: 计算和存储都计费Copyright © 2025. All rights reserved.