public class DeleteBSRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteBSRequest(String blbId,
List<String> backendServerList) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBackendServerList() |
String |
getBlbId() |
String |
getClientToken() |
void |
setBackendServerList(List<String> backendServerList) |
void |
setBlbId(String blbId) |
void |
setClientToken(String clientToken) |
DeleteBSRequest |
withBackendServerList(List<String> backendServerList) |
DeleteBSRequest |
withBlbId(String blbId) |
DeleteBSRequest |
withClientTokent(String clientToken) |
DeleteBSRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getClientToken()
public void setClientToken(String clientToken)
public String getBlbId()
public void setBlbId(String blbId)
public DeleteBSRequest withClientTokent(String clientToken)
public DeleteBSRequest withBlbId(String blbId)
public DeleteBSRequest withBackendServerList(List<String> backendServerList)
public DeleteBSRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2021. All rights reserved.