public class ListRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
keyword
The keyword of the query instance.
|
String |
keywordType
The keyword type of the query instance.
|
String |
order
Sort, ascending/descending.
|
String |
orderBy
Sort field.
|
int |
pageNo
Page number of display page.
|
int |
pageSize
The number of services on the display page.
|
| Constructor and Description |
|---|
ListRequest() |
public String keywordType
public String keyword
public int pageNo
public int pageSize
public String order
public String orderBy
Copyright © 2022. All rights reserved.