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