@Generated(value="org.jsonschema2pojo") public class SearchUsersRequest extends Object implements Serializable
Constructor and Description |
---|
SearchUsersRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
count
|
String |
getQ()
query
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
count
|
void |
setQ(String q)
query
|
String |
toString() |
SearchUsersRequest |
withAdditionalProperty(String name,
Object value) |
SearchUsersRequest |
withCount(Long count) |
SearchUsersRequest |
withQ(String q) |
@BeanProperty(value="q") public String getQ()
@BeanProperty(value="q") public void setQ(String q)
q
- The qpublic SearchUsersRequest withQ(String q)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic SearchUsersRequest withCount(Long count)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public SearchUsersRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.