@Generated(value="org.jsonschema2pojo") public class FriendshipShowResponse extends Object implements Serializable
Constructor and Description |
---|
FriendshipShowResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Relationship |
getRelationship()
Detailed information about the relationship between two arbitrary users.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRelationship(Relationship relationship)
Detailed information about the relationship between two arbitrary users.
|
String |
toString() |
FriendshipShowResponse |
withAdditionalProperty(String name,
Object value) |
FriendshipShowResponse |
withRelationship(Relationship relationship) |
@BeanProperty(value="relationship") public Relationship getRelationship()
@BeanProperty(value="relationship") public void setRelationship(Relationship relationship)
relationship
- The relationshippublic FriendshipShowResponse withRelationship(Relationship relationship)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendshipShowResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.