public class CreatePolicyParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
CreatePolicyParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="ulbId can not be empty") String ulbId,
@NotEmpty(message="vserverId can not be empty") String vserverId,
@NotEmpty(message="match can not be empty") String match) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
checkBackendIds() |
List<String> |
getBackendIds() |
String |
getMatch() |
String |
getRegion() |
String |
getType() |
String |
getUlbId() |
String |
getVserverId() |
void |
setBackendIds(List<String> backendIds) |
void |
setMatch(String match) |
void |
setRegion(String region) |
void |
setType(String type) |
void |
setUlbId(String ulbId) |
void |
setVserverId(String vserverId) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic CreatePolicyParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="ulbId can not be empty")
@NotEmpty(message="ulbId can not be empty") String ulbId,
@NotEmpty(message="vserverId can not be empty")
@NotEmpty(message="vserverId can not be empty") String vserverId,
@NotEmpty(message="match can not be empty")
@NotEmpty(message="match can not be empty") String match)
public String getRegion()
public void setRegion(String region)
public String getUlbId()
public void setUlbId(String ulbId)
public String getVserverId()
public void setVserverId(String vserverId)
public String getMatch()
public void setMatch(String match)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.