Class ModifyCensorshipRequest

    • Constructor Detail

      • ModifyCensorshipRequest

        public ModifyCensorshipRequest()
      • ModifyCensorshipRequest

        public ModifyCensorshipRequest​(ModifyCensorshipRequest 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
      • getCensorship

        public Long getCensorship()
        Get 集群是否开启审核 0-关闭 1-开启
        Returns:
        Censorship 集群是否开启审核 0-关闭 1-开启
      • setCensorship

        public void setCensorship​(Long Censorship)
        Set 集群是否开启审核 0-关闭 1-开启
        Parameters:
        Censorship - 集群是否开启审核 0-关闭 1-开启
      • getUins

        public String[] getUins()
        Get 审批人uin列表
        Returns:
        Uins 审批人uin列表
      • setUins

        public void setUins​(String[] Uins)
        Set 审批人uin列表
        Parameters:
        Uins - 审批人uin列表