public class ListListenerRequest extends ListRequest
| Constructor and Description |
|---|
ListListenerRequest() |
ListListenerRequest(String blbId,
int listenerPort,
String type) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getMarker, getMaxKeys, setMarker, setMaxKeys, withMarker, withMaxKeysgetRequestCredentials, setRequestCredentialspublic ListListenerRequest withBlbId(String blbId)
public ListListenerRequest withListenerPort(int listenerPort)
public ListListenerRequest withType(String type)
public String getType()
public void setType(String type)
public String getBlbId()
public void setBlbId(String blbId)
public int getListenerPort()
public void setListenerPort(int listenerPort)
public ListListenerRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2023. All rights reserved.