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()
RelatedConnections
public void setRelatedConnections(RelatedConnections value)
value
- allowed object is
RelatedConnections
public Distance getDistance()
Distance
public void setDistance(Distance value)
value
- allowed object is
Distance
public MembershipState getMembershipState()
MembershipState
public void setMembershipState(MembershipState value)
value
- allowed object is
MembershipState
public IsFollowing getIsFollowing()
IsFollowing
public void setIsFollowing(IsFollowing value)
value
- allowed object is
IsFollowing
public IsLiked getIsLiked()
IsLiked
public void setIsLiked(IsLiked value)
value
- allowed object is
IsLiked
public AvailableActions getAvailableActions()
AvailableActions
public void setAvailableActions(AvailableActions value)
value
- allowed object is
AvailableActions
Apache Camel