@Generated(value="org.jsonschema2pojo") public class RelationshipTarget extends Object implements Serializable
Constructor and Description |
---|
RelationshipTarget() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getFollowedBy() |
Boolean |
getFollowing() |
Long |
getId() |
String |
getIdStr() |
String |
getScreenName() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFollowedBy(Boolean followedBy) |
void |
setFollowing(Boolean following) |
void |
setId(Long id) |
void |
setIdStr(String idStr) |
void |
setScreenName(String screenName) |
String |
toString() |
RelationshipTarget |
withAdditionalProperty(String name,
Object value) |
RelationshipTarget |
withFollowedBy(Boolean followedBy) |
RelationshipTarget |
withFollowing(Boolean following) |
RelationshipTarget |
withId(Long id) |
RelationshipTarget |
withIdStr(String idStr) |
RelationshipTarget |
withScreenName(String screenName) |
@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic RelationshipTarget withId(Long id)
@BeanProperty(value="id_str") public String getIdStr()
@BeanProperty(value="id_str") public void setIdStr(String idStr)
idStr
- The id_strpublic RelationshipTarget withIdStr(String idStr)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic RelationshipTarget withScreenName(String screenName)
@BeanProperty(value="following") public Boolean getFollowing()
@BeanProperty(value="following") public void setFollowing(Boolean following)
following
- The followingpublic RelationshipTarget withFollowing(Boolean following)
@BeanProperty(value="followed_by") public Boolean getFollowedBy()
@BeanProperty(value="followed_by") public void setFollowedBy(Boolean followedBy)
followedBy
- The followed_bypublic RelationshipTarget withFollowedBy(Boolean followedBy)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public RelationshipTarget withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.