@Generated(value="org.jsonschema2pojo") public class UsersShowRequest extends Object implements Serializable
Constructor and Description |
---|
UsersShowRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getIncludeEntities()
The entities node will not be included when set to false.
|
String |
getScreenName()
The screen name of the user for whom to return results.
|
Long |
getUserId()
The ID of the user for whom to return results.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIncludeEntities(Boolean includeEntities)
The entities node will not be included when set to false.
|
void |
setScreenName(String screenName)
The screen name of the user for whom to return results.
|
void |
setUserId(Long userId)
The ID of the user for whom to return results.
|
String |
toString() |
UsersShowRequest |
withAdditionalProperty(String name,
Object value) |
UsersShowRequest |
withIncludeEntities(Boolean includeEntities) |
UsersShowRequest |
withScreenName(String screenName) |
UsersShowRequest |
withUserId(Long userId) |
@BeanProperty(value="user_id") public Long getUserId()
@BeanProperty(value="user_id") public void setUserId(Long userId)
userId
- The user_idpublic UsersShowRequest withUserId(Long userId)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic UsersShowRequest withScreenName(String screenName)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic UsersShowRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public UsersShowRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.