Class ModifyCensorshipRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ModifyCensorshipRequest
-
public class ModifyCensorshipRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCensorship()Get 集群是否开启审核 0-关闭 1-开启StringgetClusterId()Get 集群idString[]getUins()Get 审批人uin列表voidsetCensorship(Long Censorship)Set 集群是否开启审核 0-关闭 1-开启voidsetClusterId(String ClusterId)Set 集群idvoidsetUins(String[] Uins)Set 审批人uin列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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列表
-
-