com.baidubce.services.blb.model
Class DeleteBSRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.blb.model.DeleteBSRequest
public class DeleteBSRequest
- extends AbstractBceRequest
The request for delete backendServer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteBSRequest
public DeleteBSRequest(String blbId,
List<String> backendServerList)
getClientToken
public String getClientToken()
setClientToken
public void setClientToken(String clientToken)
getBlbId
public String getBlbId()
setBlbId
public void setBlbId(String blbId)
getBackendServerList
public List<String> getBackendServerList()
setBackendServerList
public void setBackendServerList(List<String> backendServerList)
withClientTokent
public DeleteBSRequest withClientTokent(String clientToken)
withBlbId
public DeleteBSRequest withBlbId(String blbId)
withBackendServerList
public DeleteBSRequest withBackendServerList(List<String> backendServerList)
withRequestCredentials
public DeleteBSRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.