com.baidubce.services.blb.model
Class ListListenerRequest

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

public class ListListenerRequest
extends ListRequest

The request for list listener.


Constructor Summary
ListListenerRequest()
           
ListListenerRequest(String blbId, int listenerPort, String type)
           
 
Method Summary
 String getBlbId()
           
 int getListenerPort()
           
 String getType()
           
 void setBlbId(String blbId)
           
 void setListenerPort(int listenerPort)
           
 void setType(String type)
           
 ListListenerRequest withBlbId(String blbId)
           
 ListListenerRequest withListenerPort(int listenerPort)
           
 ListListenerRequest withRequestCredentials(BceCredentials credentials)
           
 ListListenerRequest withType(String type)
           
 
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

ListListenerRequest

public ListListenerRequest()

ListListenerRequest

public ListListenerRequest(String blbId,
                           int listenerPort,
                           String type)
Method Detail

withBlbId

public ListListenerRequest withBlbId(String blbId)

withListenerPort

public ListListenerRequest withListenerPort(int listenerPort)

withType

public ListListenerRequest withType(String type)

getType

public String getType()

setType

public void setType(String type)

getBlbId

public String getBlbId()

setBlbId

public void setBlbId(String blbId)

getListenerPort

public int getListenerPort()

setListenerPort

public void setListenerPort(int listenerPort)

withRequestCredentials

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


Copyright © 2018. All rights reserved.