public class DescribeAccountAuthorityResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
DescribeAccountAuthorityResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkShowJsonItemName() |
String |
getAccountName() |
List<String> |
getAllowDatabases() |
List<String> |
getAllowDictionaries() |
Boolean |
getDdlAuthority() |
String |
getDmlAuthority() |
DescribeAccountAuthorityResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<String> |
getTotalDatabases() |
List<String> |
getTotalDictionaries() |
void |
setAccountName(String accountName) |
void |
setAllowDatabases(List<String> allowDatabases) |
void |
setAllowDictionaries(List<String> allowDictionaries) |
void |
setDdlAuthority(Boolean ddlAuthority) |
void |
setDmlAuthority(String dmlAuthority) |
void |
setRequestId(String requestId) |
void |
setTotalDatabases(List<String> totalDatabases) |
void |
setTotalDictionaries(List<String> totalDictionaries) |
public String getRequestId()
public void setRequestId(String requestId)
public String getAccountName()
public void setAccountName(String accountName)
public String getDmlAuthority()
public void setDmlAuthority(String dmlAuthority)
public Boolean getDdlAuthority()
public void setDdlAuthority(Boolean ddlAuthority)
public DescribeAccountAuthorityResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName 在类中 com.aliyuncs.AcsResponseCopyright © 2021. All rights reserved.