public class RelationToViewer extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}related-connections"/>
<element ref="{}distance"/>
<element ref="{}membership-state" minOccurs="0"/>
<element ref="{}is-following"/>
<element ref="{}is-liked"/>
<element ref="{}available-actions" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AvailableActions |
availableActions |
protected Distance |
distance |
protected IsFollowing |
isFollowing |
protected IsLiked |
isLiked |
protected MembershipState |
membershipState |
protected RelatedConnections |
relatedConnections |
| Constructor and Description |
|---|
RelationToViewer() |
| Modifier and Type | Method and Description |
|---|---|
AvailableActions |
getAvailableActions()
Gets the value of the availableActions property.
|
Distance |
getDistance()
Gets the value of the distance property.
|
IsFollowing |
getIsFollowing()
Gets the value of the isFollowing property.
|
IsLiked |
getIsLiked()
Gets the value of the isLiked property.
|
MembershipState |
getMembershipState()
Gets the value of the membershipState property.
|
RelatedConnections |
getRelatedConnections()
Gets the value of the relatedConnections property.
|
void |
setAvailableActions(AvailableActions value)
Sets the value of the availableActions property.
|
void |
setDistance(Distance value)
Sets the value of the distance property.
|
void |
setIsFollowing(IsFollowing value)
Sets the value of the isFollowing property.
|
void |
setIsLiked(IsLiked value)
Sets the value of the isLiked property.
|
void |
setMembershipState(MembershipState value)
Sets the value of the membershipState property.
|
void |
setRelatedConnections(RelatedConnections value)
Sets the value of the relatedConnections property.
|
protected RelatedConnections relatedConnections
protected Distance distance
protected MembershipState membershipState
protected IsFollowing isFollowing
protected IsLiked isLiked
protected AvailableActions availableActions
public RelatedConnections getRelatedConnections()
RelatedConnectionspublic void setRelatedConnections(RelatedConnections value)
value - allowed object is
RelatedConnectionspublic Distance getDistance()
Distancepublic void setDistance(Distance value)
value - allowed object is
Distancepublic MembershipState getMembershipState()
MembershipStatepublic void setMembershipState(MembershipState value)
value - allowed object is
MembershipStatepublic IsFollowing getIsFollowing()
IsFollowingpublic void setIsFollowing(IsFollowing value)
value - allowed object is
IsFollowingpublic IsLiked getIsLiked()
IsLikedpublic void setIsLiked(IsLiked value)
value - allowed object is
IsLikedpublic AvailableActions getAvailableActions()
AvailableActionspublic void setAvailableActions(AvailableActions value)
value - allowed object is
AvailableActionsApache Camel