类 ListRequest
- java.lang.Object
-
- com.baidubce.services.bec.model.ListRequest
-
public class ListRequest extends Object
-
-
构造器概要
构造器 构造器 说明 ListRequest()
-
-
-
字段详细资料
-
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.
-
-