public class AppPolicyRequest extends AbstractBceRequest
| Constructor and Description |
|---|
AppPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<AppPolicy> |
getAppPolicyVos() |
String |
getBlbId() |
String |
getClientToken() |
Integer |
getListenerPort() |
void |
setAppPolicyVos(List<AppPolicy> appPolicyVos) |
void |
setBlbId(String blbId) |
void |
setClientToken(String clientToken) |
void |
setListenerPort(Integer listenerPort) |
AppPolicyRequest |
withAppPolicyVos(List<AppPolicy> appPolicyVos) |
AppPolicyRequest |
withBlbId(String blbId) |
AppPolicyRequest |
withListenerPort(Integer listenerPort) |
AppPolicyRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getBlbId()
public void setBlbId(String blbId)
public Integer getListenerPort()
public void setListenerPort(Integer listenerPort)
public String getClientToken()
public void setClientToken(String clientToken)
public AppPolicyRequest withBlbId(String blbId)
public AppPolicyRequest withListenerPort(Integer listenerPort)
public AppPolicyRequest withAppPolicyVos(List<AppPolicy> appPolicyVos)
public AppPolicyRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2020. All rights reserved.