public class DeleteAppPolicyRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteAppPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlbId() |
String |
getClientToken() |
List<String> |
getPolicyIdList() |
Integer |
getPort() |
String |
getType() |
void |
setBlbId(String blbId) |
void |
setClientToken(String clientToken) |
void |
setPolicyIdList(List<String> policyIdList) |
void |
setPort(Integer port) |
void |
setType(String type) |
DeleteAppPolicyRequest |
withBlbId(String blbId) |
DeleteAppPolicyRequest |
withPolicyIdList(List<String> policyIdList) |
DeleteAppPolicyRequest |
withPort(Integer port) |
DeleteAppPolicyRequest |
withRequestCredentials(BceCredentials credentials) |
DeleteAppPolicyRequest |
withType(String type) |
getRequestCredentials, setRequestCredentialspublic DeleteAppPolicyRequest withBlbId(String blbId)
public DeleteAppPolicyRequest withPort(Integer port)
public DeleteAppPolicyRequest withPolicyIdList(List<String> policyIdList)
public DeleteAppPolicyRequest withType(String type)
public String getBlbId()
public void setBlbId(String blbId)
public Integer getPort()
public void setPort(Integer port)
public String getType()
public void setType(String type)
public String getClientToken()
public void setClientToken(String clientToken)
public DeleteAppPolicyRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.