Package com.longbridge.agent
Class GetAgentsOptions
- java.lang.Object
-
- com.longbridge.agent.GetAgentsOptions
-
public class GetAgentsOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description GetAgentsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAgentsOptionssetLimit(Integer limit)Sets the page size.GetAgentsOptionssetName(String name)Fuzzy search by Agent name.GetAgentsOptionssetPage(Integer page)Sets the page number, starts at 1.
-
-
-
Method Detail
-
setPage
public GetAgentsOptions setPage(Integer page)
Sets the page number, starts at 1.- Parameters:
page- page number- Returns:
- this instance for chaining
-
setLimit
public GetAgentsOptions setLimit(Integer limit)
Sets the page size.- Parameters:
limit- page size- Returns:
- this instance for chaining
-
setName
public GetAgentsOptions setName(String name)
Fuzzy search by Agent name.- Parameters:
name- Agent name- Returns:
- this instance for chaining
-
-