Class InquirePriceRenewResponse

    • Constructor Detail

      • InquirePriceRenewResponse

        public InquirePriceRenewResponse()
      • InquirePriceRenewResponse

        public InquirePriceRenewResponse​(InquirePriceRenewResponse 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

      • getClusterId

        public String getClusterId()
        Get 集群ID
        Returns:
        ClusterId 集群ID
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群ID
        Parameters:
        ClusterId - 集群ID
      • getInstanceIds

        public String[] getInstanceIds()
        Get 实例ID列表
        Returns:
        InstanceIds 实例ID列表
      • setInstanceIds

        public void setInstanceIds​(String[] InstanceIds)
        Set 实例ID列表
        Parameters:
        InstanceIds - 实例ID列表
      • getPrices

        public TradePrice[] getPrices()
        Get 对应的询价结果数组
        Returns:
        Prices 对应的询价结果数组
      • setPrices

        public void setPrices​(TradePrice[] Prices)
        Set 对应的询价结果数组
        Parameters:
        Prices - 对应的询价结果数组
      • getInstanceRealTotalPrice

        public Long getInstanceRealTotalPrice()
        Get 续费计算节点的总价格
        Returns:
        InstanceRealTotalPrice 续费计算节点的总价格
      • setInstanceRealTotalPrice

        public void setInstanceRealTotalPrice​(Long InstanceRealTotalPrice)
        Set 续费计算节点的总价格
        Parameters:
        InstanceRealTotalPrice - 续费计算节点的总价格
      • getStorageRealTotalPrice

        public Long getStorageRealTotalPrice()
        Get 续费存储节点的总价格
        Returns:
        StorageRealTotalPrice 续费存储节点的总价格
      • setStorageRealTotalPrice

        public void setStorageRealTotalPrice​(Long StorageRealTotalPrice)
        Set 续费存储节点的总价格
        Parameters:
        StorageRealTotalPrice - 续费存储节点的总价格
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。