public class PrivilegeRisk extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAccountName()Get 账户名 | 
| String | getDescription()Get 说明 | 
| String | getTableName()Get 表名称 | 
| void | setAccountName(String[] AccountName)Set 账户名 | 
| void | setDescription(String Description)Set 说明 | 
| void | setTableName(String TableName)Set 表名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PrivilegeRisk()
public PrivilegeRisk(PrivilegeRisk source)
public String[] getAccountName()
public void setAccountName(String[] AccountName)
AccountName - 账户名public String getTableName()
public void setTableName(String TableName)
TableName - 表名称public String getDescription()
public void setDescription(String Description)
Description - 说明Copyright © 2025. All rights reserved.