类 ListResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.eip.model.ListResponse
-
- 所有已实现的接口:
Serializable
public abstract class ListResponse extends AbstractBceResponse
The base response contains the base information about list operation.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 ListResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleangetIsTruncated()Returningfalseto indicate that there is not more result in the next page, otherwise returningtruemeaning there is more result in next page.StringgetMarker()Returning the optional parameter marker specified in the original request to specify where in the results to begin listing.IntegergetMaxKeys()Returning the optional parameter in the original request to specifies the max number of list result to return .StringgetNextMarker()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.voidsetIsTruncated(boolean isTruncated)Setting the boolean value to indicate that there is not more result in the next page.voidsetMarker(String marker)Setting the optional parameter marker specified in the original request to specify where in the results to begin listing.voidsetMaxKeys(Integer maxKeys)Setting the optional parameter in the original request to specifies the max number of list result to return .voidsetNextMarker(String nextMarker)Setting the next marker to list next page result to list begin.-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
getMarker
public String getMarker()
Returning the optional parameter marker specified in the original request to specify where in the results to begin listing.- 返回:
- The optional parameter marker specified in the original request to specify where in the results to begin listing.
-
setMarker
public void setMarker(String marker)
Setting the optional parameter marker specified in the original request to specify where in the results to begin listing.- 参数:
marker- The optional parameter marker specified in the original request to specify where in the results to begin listing.
-
getIsTruncated
public boolean getIsTruncated()
Returningfalseto indicate that there is not more result in the next page, otherwise returningtruemeaning there is more result in next page.- 返回:
- Returning
falseto indicate that there is not more result in the next page, otherwise returningtruemeaning there is more result in next page.
-
setIsTruncated
public void setIsTruncated(boolean isTruncated)
Setting the boolean value to indicate that there is not more result in the next page. Settingfalseto indicate that there is not more result in the next page, Settingtruemeaning there is more result in next page.- 参数:
isTruncated- The boolean value to indicate that there is not more result in the next page.
-
getNextMarker
public 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.- 返回:
- The next marker to list next page result to list begin.
-
setNextMarker
public void setNextMarker(String nextMarker)
Setting the next marker to list next page result to list begin.- 参数:
nextMarker- The next marker to list next page result to list begin.
-
getMaxKeys
public Integer getMaxKeys()
Returning the optional parameter in the original request to specifies the max number of list result to return .- 返回:
- The optional parameter in the original request to specifies the max number of list result to return .
-
setMaxKeys
public void setMaxKeys(Integer maxKeys)
Setting the optional parameter in the original request to specifies the max number of list result to return .- 参数:
maxKeys- The optional parameter in the original request to specifies the max number of list result to return .
-
-