public class

RelationToViewerImpl

extends Object
implements RelationToViewer Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.RelationToViewerImpl

Summary

Constants
long serialVersionUID
Fields
protected Long distance
protected RelatedConnectionsImpl relatedConnections
Public Constructors
RelationToViewerImpl()
Public Methods
Long getDistance()
Gets the value of the distance property.
RelatedConnections getRelatedConnections()
Gets the value of the relatedConnections property.
void setDistance(Long value)
Sets the value of the distance property.
void setRelatedConnections(RelatedConnections value)
Sets the value of the relatedConnections property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.RelationToViewer

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long distance

protected RelatedConnectionsImpl relatedConnections

Public Constructors

public RelationToViewerImpl ()

Public Methods

public Long getDistance ()

Gets the value of the distance property.

Returns
  • possible object is String

public RelatedConnections getRelatedConnections ()

Gets the value of the relatedConnections property.

Returns

public void setDistance (Long value)

Sets the value of the distance property.

Parameters
value Allowed object is String

public void setRelatedConnections (RelatedConnections value)

Sets the value of the relatedConnections property.

Parameters
value Allowed object is RelatedConnections