Class CreateTableGroupRequest

    • Constructor Detail

      • CreateTableGroupRequest

        public CreateTableGroupRequest()
      • CreateTableGroupRequest

        public CreateTableGroupRequest​(CreateTableGroupRequest 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
      • getTableGroupName

        public String getTableGroupName()
        Get 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
        Returns:
        TableGroupName 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
      • setTableGroupName

        public void setTableGroupName​(String TableGroupName)
        Set 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
        Parameters:
        TableGroupName - 表格组名称,可以采用中文、英文或数字字符,最大长度32个字符
      • getTableGroupId

        public String getTableGroupId()
        Get 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
        Returns:
        TableGroupId 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
      • setTableGroupId

        public void setTableGroupId​(String TableGroupId)
        Set 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
        Parameters:
        TableGroupId - 表格组ID,可以由用户指定,但在同一个集群内不能重复,如果不指定则采用自增的模式
      • getResourceTags

        public TagInfoUnit[] getResourceTags()
        Get 表格组标签列表
        Returns:
        ResourceTags 表格组标签列表
      • setResourceTags

        public void setResourceTags​(TagInfoUnit[] ResourceTags)
        Set 表格组标签列表
        Parameters:
        ResourceTags - 表格组标签列表