public class ModifyCensorshipResponse extends AbstractModel
Constructor and Description |
---|
ModifyCensorshipResponse() |
ModifyCensorshipResponse(ModifyCensorshipResponse 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 |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String[] |
getUins()
Get 已加入审批人的uin
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCensorship(Long Censorship)
Set 集群是否开启审核 0-关闭 1-开启
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setUins(String[] Uins)
Set 已加入审批人的uin
注意:此字段可能返回 null,表示取不到有效值。
|
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 ModifyCensorshipResponse()
public ModifyCensorshipResponse(ModifyCensorshipResponse source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String[] getUins()
public void setUins(String[] Uins)
Uins
- 已加入审批人的uin
注意:此字段可能返回 null,表示取不到有效值。public Long getCensorship()
public void setCensorship(Long Censorship)
Censorship
- 集群是否开启审核 0-关闭 1-开启public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.