Class BillingLabel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.BillingLabel
-
public class BillingLabel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Get 计费项标识 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费LonggetVolumeSize()Get 存储大小voidsetLabel(String Label)Set 计费项标识 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费voidsetVolumeSize(Long VolumeSize)Set 存储大小voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BillingLabel
public BillingLabel()
-
BillingLabel
public 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.
-
-
Method Detail
-
getLabel
public String getLabel()
Get 计费项标识 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 计费项标识 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 计费项标识 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label- 计费项标识 注意:此字段可能返回 null,表示取不到有效值。
-
getVolumeSize
public Long getVolumeSize()
Get 存储大小- Returns:
- VolumeSize 存储大小
-
setVolumeSize
public void setVolumeSize(Long VolumeSize)
Set 存储大小- Parameters:
VolumeSize- 存储大小
-
getStatus
public String getStatus()
Get 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费- Returns:
- Status 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费
-
setStatus
public void setStatus(String Status)
Set 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费- Parameters:
Status- 计费状态 None: 不计费 StorageOnly: 仅存储计费 Computing: 计算和存储都计费
-
-