@Generated(value="org.jsonschema2pojo") public class UserInfoCounts extends Object
Constructor and Description |
---|
UserInfoCounts() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getFollowedBy() |
Long |
getFollows() |
Long |
getMedia() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFollowedBy(Long followedBy) |
void |
setFollows(Long follows) |
void |
setMedia(Long media) |
String |
toString() |
UserInfoCounts |
withAdditionalProperty(String name,
Object value) |
UserInfoCounts |
withFollowedBy(Long followedBy) |
UserInfoCounts |
withFollows(Long follows) |
UserInfoCounts |
withMedia(Long media) |
@BeanProperty(value="media") public Long getMedia()
@BeanProperty(value="media") public void setMedia(Long media)
media
- The mediapublic UserInfoCounts withMedia(Long media)
@BeanProperty(value="follows") public Long getFollows()
@BeanProperty(value="follows") public void setFollows(Long follows)
follows
- The followspublic UserInfoCounts withFollows(Long follows)
@BeanProperty(value="followed_by") public Long getFollowedBy()
@BeanProperty(value="followed_by") public void setFollowedBy(Long followedBy)
followedBy
- The followed_bypublic UserInfoCounts withFollowedBy(Long followedBy)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public UserInfoCounts withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.