public class UpdateUDBParamGroupParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
UpdateUDBParamGroupParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty") String zone,
@NotNull(message="groupId can not be null") Integer groupId,
@NotEmpty(message="key can not be empty") String key,
@NotEmpty(message="value can not be empty") String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getGroupId() |
String |
getKey() |
String |
getRegion() |
Boolean |
getRegionFlag() |
String |
getValue() |
String |
getZone() |
void |
setGroupId(Integer groupId) |
void |
setKey(String key) |
void |
setRegion(String region) |
void |
setRegionFlag(Boolean regionFlag) |
void |
setValue(String value) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic UpdateUDBParamGroupParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="zone can not be empty")
@NotEmpty(message="zone can not be empty") String zone,
@NotNull(message="groupId can not be null")
@NotNull(message="groupId can not be null") Integer groupId,
@NotEmpty(message="key can not be empty")
@NotEmpty(message="key can not be empty") String key,
@NotEmpty(message="value can not be empty")
@NotEmpty(message="value can not be empty") String value)
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Boolean getRegionFlag()
public void setRegionFlag(Boolean regionFlag)
Copyright © 2019. All rights reserved.