public class UpdatePolicyRequest extends Request
| 构造器和说明 |
|---|
UpdatePolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
getBackendId() |
String |
getMatch() |
String |
getPolicyId() |
String |
getProjectId() |
String |
getRegion() |
String |
getType() |
String |
getULBId() |
String |
getVServerId() |
void |
setBackendId(List<String> backendId) |
void |
setMatch(String match) |
void |
setPolicyId(String policyId) |
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 getPolicyId()
public void setPolicyId(String policyId)
public String getType()
public void setType(String type)
Copyright © 2022. All rights reserved.