Class DescribeYeheResourceLimitResponse


  • public class DescribeYeheResourceLimitResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeYeheResourceLimitResponse

        public DescribeYeheResourceLimitResponse()
      • DescribeYeheResourceLimitResponse

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

      • getUin

        public String getUin()
        Get 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Uin 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
      • setUin

        public void setUin​(String Uin)
        Set 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Uin - 用户父账号 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateNodeLimit

        public Long getCreateNodeLimit()
        Get 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateNodeLimit 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateNodeLimit

        public void setCreateNodeLimit​(Long CreateNodeLimit)
        Set 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateNodeLimit - 允许创建的节点数 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateClusterLimit

        public Long getCreateClusterLimit()
        Get 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateClusterLimit 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateClusterLimit

        public void setCreateClusterLimit​(Long CreateClusterLimit)
        Set 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateClusterLimit - 允许创建的集群数 注意:此字段可能返回 null,表示取不到有效值。
      • getEnablePermMonitor

        public Boolean getEnablePermMonitor()
        Get 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnablePermMonitor 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
      • setEnablePermMonitor

        public void setEnablePermMonitor​(Boolean EnablePermMonitor)
        Set 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnablePermMonitor - 是否有监控开启权限 注意:此字段可能返回 null,表示取不到有效值。
      • getEnablePermAdminNode

        public Boolean getEnablePermAdminNode()
        Get 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnablePermAdminNode 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
      • setEnablePermAdminNode

        public void setEnablePermAdminNode​(Boolean EnablePermAdminNode)
        Set 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnablePermAdminNode - 节点是否有admin的所有权限 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

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

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