public class ModifyCensorshipRequest extends AbstractModel
Constructor and Description |
---|
ModifyCensorshipRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCensorship()
Get 集群是否开启审核 0-关闭 1-开启
|
String |
getClusterId()
Get 集群id
|
String[] |
getUins()
Get 审批人uin列表
|
void |
setCensorship(Long Censorship)
Set 集群是否开启审核 0-关闭 1-开启
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setUins(String[] Uins)
Set 审批人uin列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyCensorshipRequest()
public ModifyCensorshipRequest(ModifyCensorshipRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic Long getCensorship()
public void setCensorship(Long Censorship)
Censorship
- 集群是否开启审核 0-关闭 1-开启public String[] getUins()
public void setUins(String[] Uins)
Uins
- 审批人uin列表Copyright © 2022. All rights reserved.