Class PrivilegeRisk
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.PrivilegeRisk
-
public class PrivilegeRisk extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PrivilegeRisk()PrivilegeRisk(PrivilegeRisk 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 String[]getAccountName()Get 账户名 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 说明 注意:此字段可能返回 null,表示取不到有效值。StringgetTableName()Get 表名称 注意:此字段可能返回 null,表示取不到有效值。voidsetAccountName(String[] AccountName)Set 账户名 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 说明 注意:此字段可能返回 null,表示取不到有效值。voidsetTableName(String TableName)Set 表名称 注意:此字段可能返回 null,表示取不到有效值。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
-
PrivilegeRisk
public PrivilegeRisk()
-
PrivilegeRisk
public PrivilegeRisk(PrivilegeRisk 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
-
getAccountName
public String[] getAccountName()
Get 账户名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccountName 账户名 注意:此字段可能返回 null,表示取不到有效值。
-
setAccountName
public void setAccountName(String[] AccountName)
Set 账户名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccountName- 账户名 注意:此字段可能返回 null,表示取不到有效值。
-
getTableName
public String getTableName()
Get 表名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableName 表名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTableName
public void setTableName(String TableName)
Set 表名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableName- 表名称 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 说明 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 说明 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 说明 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 说明 注意:此字段可能返回 null,表示取不到有效值。
-
-