com.baidubce.services.blb.model
Class ListBackendServerStatusRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.model.ListRequest
          extended by com.baidubce.services.blb.model.ListBackendServerStatusRequest

public class ListBackendServerStatusRequest
extends ListRequest

The request for list backendServer status.


Constructor Summary
ListBackendServerStatusRequest(String blbId, int listenerPort)
           
 
Method Summary
 String getBlbId()
           
 int getListenerPort()
           
 void setBlbId(String blbId)
           
 void setListenerPort(int listenerPort)
           
 ListBackendServerStatusRequest withBlbId(String blbId)
           
 ListBackendServerStatusRequest withListenerPort(int listenerPort)
           
 ListBackendServerStatusRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.ListRequest
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeys
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBackendServerStatusRequest

public ListBackendServerStatusRequest(String blbId,
                                      int listenerPort)
Method Detail

getBlbId

public String getBlbId()

setBlbId

public void setBlbId(String blbId)

getListenerPort

public int getListenerPort()

setListenerPort

public void setListenerPort(int listenerPort)

withBlbId

public ListBackendServerStatusRequest withBlbId(String blbId)

withListenerPort

public ListBackendServerStatusRequest withListenerPort(int listenerPort)

withRequestCredentials

public ListBackendServerStatusRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.