Class BillingLabel

    • 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: 计算和存储都计费