类 ListRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bec.model.ListRequest
-
- 直接已知子类:
GetBecVmTemplateListRequest
public class ListRequest extends AbstractBceRequest
-
-
构造器概要
构造器 构造器 说明 ListRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ListRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
字段详细资料
-
keywordType
public String keywordType
The keyword type of the query instance.
-
keyword
public String keyword
The keyword of the query instance.
-
pageNo
public int pageNo
Page number of display page.
-
pageSize
public int pageSize
The number of services on the display page.
-
order
public String order
Sort, ascending/descending.
-
orderBy
public String orderBy
Sort field.
-
-
方法详细资料
-
withRequestCredentials
public ListRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- ListRequest with credentials.
-
-