@Generated(value="org.jsonschema2pojo") public class UsersSearchRequest extends Object implements Serializable
Constructor and Description |
---|
UsersSearchRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
The number of potential user results to retrieve per page.
|
Long |
getIncludeEntities()
The entities node will not be included in embedded Tweet objects when set to false.
|
Long |
getPage()
Specifies the page of results to retrieve.
|
String |
getQ()
The search query to run against people search.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
The number of potential user results to retrieve per page.
|
void |
setIncludeEntities(Long includeEntities)
The entities node will not be included in embedded Tweet objects when set to false.
|
void |
setPage(Long page)
Specifies the page of results to retrieve.
|
void |
setQ(String q)
The search query to run against people search.
|
String |
toString() |
UsersSearchRequest |
withAdditionalProperty(String name,
Object value) |
UsersSearchRequest |
withCount(Long count) |
UsersSearchRequest |
withIncludeEntities(Long includeEntities) |
UsersSearchRequest |
withPage(Long page) |
UsersSearchRequest |
withQ(String q) |
@BeanProperty(value="q") public String getQ()
@BeanProperty(value="q") public void setQ(String q)
q
- The qpublic UsersSearchRequest withQ(String q)
@BeanProperty(value="page") public Long getPage()
@BeanProperty(value="page") public void setPage(Long page)
page
- The pagepublic UsersSearchRequest withPage(Long page)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic UsersSearchRequest withCount(Long count)
@BeanProperty(value="include_entities") public Long getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Long includeEntities)
includeEntities
- The include_entitiespublic UsersSearchRequest withIncludeEntities(Long includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public UsersSearchRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.