@Generated(value="org.jsonschema2pojo") public class UserInfo extends Object implements Serializable
Constructor and Description |
---|
UserInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBio() |
UserInfoCounts |
getCounts() |
String |
getFullName() |
String |
getId() |
String |
getProfilePicture() |
String |
getUsername() |
String |
getWebsite() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBio(String bio) |
void |
setCounts(UserInfoCounts counts) |
void |
setFullName(String fullName) |
void |
setId(String id) |
void |
setProfilePicture(String profilePicture) |
void |
setUsername(String username) |
void |
setWebsite(String website) |
String |
toString() |
UserInfo |
withAdditionalProperty(String name,
Object value) |
UserInfo |
withBio(String bio) |
UserInfo |
withCounts(UserInfoCounts counts) |
UserInfo |
withFullName(String fullName) |
UserInfo |
withId(String id) |
UserInfo |
withProfilePicture(String profilePicture) |
UserInfo |
withUsername(String username) |
UserInfo |
withWebsite(String website) |
@BeanProperty(value="id") public String getId()
@BeanProperty(value="id") public void setId(String id)
id
- The id@BeanProperty(value="username") public String getUsername()
@BeanProperty(value="username") public void setUsername(String username)
username
- The username@BeanProperty(value="full_name") public String getFullName()
@BeanProperty(value="full_name") public void setFullName(String fullName)
fullName
- The full_name@BeanProperty(value="profile_picture") public String getProfilePicture()
@BeanProperty(value="profile_picture") public void setProfilePicture(String profilePicture)
profilePicture
- The profile_picture@BeanProperty(value="bio") public String getBio()
@BeanProperty(value="bio") public void setBio(String bio)
bio
- The bio@BeanProperty(value="website") public String getWebsite()
@BeanProperty(value="website") public void setWebsite(String website)
website
- The website@BeanProperty(value="counts") public UserInfoCounts getCounts()
@BeanProperty(value="counts") public void setCounts(UserInfoCounts counts)
counts
- The countspublic UserInfo withCounts(UserInfoCounts counts)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.