public class RevokeAccountPrivilegesParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
RevokeAccountPrivilegesParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="accountName can not be empty") String accountName,
@NotEmpty(message="dbName can not be empty") String dbName,
@NotEmpty(message="dbId can not be empty") String dbId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountName() |
String |
getDbId() |
String |
getDbName() |
String |
getRegion() |
String |
getZone() |
void |
setAccountName(String accountName) |
void |
setDbId(String dbId) |
void |
setDbName(String dbName) |
void |
setRegion(String region) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic RevokeAccountPrivilegesParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="accountName can not be empty")
@NotEmpty(message="accountName can not be empty") String accountName,
@NotEmpty(message="dbName can not be empty")
@NotEmpty(message="dbName can not be empty") String dbName,
@NotEmpty(message="dbId can not be empty")
@NotEmpty(message="dbId can not be empty") String dbId)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getAccountName()
public void setAccountName(String accountName)
public String getDbName()
public void setDbName(String dbName)
public String getDbId()
public void setDbId(String dbId)
Copyright © 2019. All rights reserved.