Class QueryDataRepositoryBandwidthResponse


  • public class QueryDataRepositoryBandwidthResponse
    extends AbstractModel
    • Constructor Detail

      • QueryDataRepositoryBandwidthResponse

        public QueryDataRepositoryBandwidthResponse()
      • QueryDataRepositoryBandwidthResponse

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

      • getBandwidth

        public Long getBandwidth()
        Get 数据流动带宽, 单位MB/s
        Returns:
        Bandwidth 数据流动带宽, 单位MB/s
      • setBandwidth

        public void setBandwidth​(Long Bandwidth)
        Set 数据流动带宽, 单位MB/s
        Parameters:
        Bandwidth - 数据流动带宽, 单位MB/s
      • getBandwidthStatus

        public Long getBandwidthStatus()
        Get 带宽状态。1:待扩容;2:运行中;3:扩容中
        Returns:
        BandwidthStatus 带宽状态。1:待扩容;2:运行中;3:扩容中
      • setBandwidthStatus

        public void setBandwidthStatus​(Long BandwidthStatus)
        Set 带宽状态。1:待扩容;2:运行中;3:扩容中
        Parameters:
        BandwidthStatus - 带宽状态。1:待扩容;2:运行中;3:扩容中
      • getMinBandwidth

        public Long getMinBandwidth()
        Get 能设置的最小带宽, 单位MB/s
        Returns:
        MinBandwidth 能设置的最小带宽, 单位MB/s
      • setMinBandwidth

        public void setMinBandwidth​(Long MinBandwidth)
        Set 能设置的最小带宽, 单位MB/s
        Parameters:
        MinBandwidth - 能设置的最小带宽, 单位MB/s
      • getRequestId

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

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