public abstract class ListResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
ListResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsTruncated()
Returning
false to indicate that there is not more result in the next page,
otherwise returning true meaning there is more result in next page. |
String |
getMarker()
Returning the optional parameter marker specified in the original request to specify
where in the results to begin listing.
|
Integer |
getMaxKeys()
Returning the optional parameter in the original request to specifies the max number of list result to return .
|
String |
getNextMarker()
Returning the next marker to list next page result to list begin,if there is no more result in the next page,
this field it will not appear.
|
void |
setIsTruncated(boolean isTruncated)
Setting the boolean value to indicate that there is not more result in the next page.
|
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(Integer maxKeys)
Setting the optional parameter in the original request to specifies the max number of list result to return .
|
void |
setNextMarker(String nextMarker)
Setting the next marker to list next page result to list begin.
|
getMetadatapublic 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 boolean getIsTruncated()
false to indicate that there is not more result in the next page,
otherwise returning true meaning there is more result in next page.false to indicate that there is not more result in the next page,
otherwise returning true meaning there is more result in next page.public void setIsTruncated(boolean isTruncated)
false to indicate that there is not more result in the next page,
Setting true meaning there is more result in next page.isTruncated - The boolean value to indicate that there is not more result in the next page.public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker - The next marker to list next page result to list begin.public Integer getMaxKeys()
public void setMaxKeys(Integer maxKeys)
maxKeys - The optional parameter in the original request to specifies the max number of list result to return .Copyright © 2020. All rights reserved.