|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.model.ListRequest
public abstract class ListRequest
Container for the parameters of the list operation.
Constructor Summary | |
---|---|
ListRequest()
|
Method Summary | |
---|---|
String |
getMarker()
Returning the optional parameter marker specified in the original request to specify where in the results to begin listing. |
int |
getMaxKeys()
Returning the optional parameter that specifies the max number of list result to return . |
void |
setMarker(String marker)
Setting the optional parameter marker specified in the original request to specify where in the results to begin listing. |
void |
setMaxKeys(int maxKeys)
Setting the optional parameter to specifies the max number of list result to return |
ListRequest |
withMarker(String marker)
Configure the request with specified marker. |
ListRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials, withRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListRequest()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- The optional parameter marker specified in the original request to specify
where in the results to begin listing.public ListRequest withMarker(String marker)
marker
- The optional parameter marker specified in the original request to specify
where in the results to begin listing.
public int getMaxKeys()
public void setMaxKeys(int maxKeys)
maxKeys
- The optional parameter in the original request to specifies the max number of list result to return .public ListRequest withMaxKeys(int maxKeys)
maxKeys
- The optional parameter to specifies the max number of list result to return.
The default value is 1000.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |