Class ModifyTableQuotasRequest

    • Constructor Detail

      • ModifyTableQuotasRequest

        public ModifyTableQuotasRequest()
      • ModifyTableQuotasRequest

        public ModifyTableQuotasRequest​(ModifyTableQuotasRequest 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
      • getTableQuotas

        public SelectedTableInfoNew[] getTableQuotas()
        Get 已选中待修改的表配额列表
        Returns:
        TableQuotas 已选中待修改的表配额列表
      • setTableQuotas

        public void setTableQuotas​(SelectedTableInfoNew[] TableQuotas)
        Set 已选中待修改的表配额列表
        Parameters:
        TableQuotas - 已选中待修改的表配额列表