public class CreatePolicyRequest extends Request
| 构造器和说明 |
|---|
CreatePolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getBackendId() |
String |
getMatch() |
Integer |
getPolicyPriority() |
String |
getProjectId() |
String |
getRegion() |
String |
getType() |
String |
getULBId() |
String |
getVServerId() |
void |
setBackendId(List<String> backendId) |
void |
setMatch(String match) |
void |
setPolicyPriority(Integer policyPriority) |
void |
setProjectId(String projectId) |
void |
setRegion(String region) |
void |
setType(String type) |
void |
setULBId(String ulbId) |
void |
setVServerId(String vServerId) |
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignaturepublic String getProjectId()
getProjectId 在类中 Requestpublic void setProjectId(String projectId)
setProjectId 在类中 Requestpublic 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)
public Integer getPolicyPriority()
public void setPolicyPriority(Integer policyPriority)
Copyright © 2022. All rights reserved.