public class

LikeImpl

extends Object
implements Like Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.LikeImpl

Summary

Constants
long serialVersionUID
Fields
protected PersonImpl person
Public Constructors
LikeImpl()
Public Methods
Person getPerson()
Gets the value of the person property.
void setPerson(Person value)
Sets the value of the person property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Like

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected PersonImpl person

Public Constructors

public LikeImpl ()

Public Methods

public Person getPerson ()

Gets the value of the person property.

Returns

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person