@Generated(value="org.jsonschema2pojo") public class FriendshipShowRequest extends Object implements Serializable
Constructor and Description |
---|
FriendshipShowRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getSourceId()
The user_id of the subject user.
|
String |
getSourceScreenName()
The screen_name of the subject user.
|
Long |
getTargetId()
The user_id of the target user.
|
String |
getTargetScreenName()
The screen_name of the target user.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setSourceId(Long sourceId)
The user_id of the subject user.
|
void |
setSourceScreenName(String sourceScreenName)
The screen_name of the subject user.
|
void |
setTargetId(Long targetId)
The user_id of the target user.
|
void |
setTargetScreenName(String targetScreenName)
The screen_name of the target user.
|
String |
toString() |
FriendshipShowRequest |
withAdditionalProperty(String name,
Object value) |
FriendshipShowRequest |
withSourceId(Long sourceId) |
FriendshipShowRequest |
withSourceScreenName(String sourceScreenName) |
FriendshipShowRequest |
withTargetId(Long targetId) |
FriendshipShowRequest |
withTargetScreenName(String targetScreenName) |
@BeanProperty(value="source_id") public Long getSourceId()
@BeanProperty(value="source_id") public void setSourceId(Long sourceId)
sourceId
- The source_idpublic FriendshipShowRequest withSourceId(Long sourceId)
@BeanProperty(value="source_screen_name") public String getSourceScreenName()
@BeanProperty(value="source_screen_name") public void setSourceScreenName(String sourceScreenName)
sourceScreenName
- The source_screen_namepublic FriendshipShowRequest withSourceScreenName(String sourceScreenName)
@BeanProperty(value="target_id") public Long getTargetId()
@BeanProperty(value="target_id") public void setTargetId(Long targetId)
targetId
- The target_idpublic FriendshipShowRequest withTargetId(Long targetId)
@BeanProperty(value="target_screen_name") public String getTargetScreenName()
@BeanProperty(value="target_screen_name") public void setTargetScreenName(String targetScreenName)
targetScreenName
- The target_screen_namepublic FriendshipShowRequest withTargetScreenName(String targetScreenName)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendshipShowRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.