public class

UpdateCommentImpl

extends Object
implements UpdateComment Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.UpdateCommentImpl

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected String id
protected PersonImpl person
protected Long sequenceNumber
protected Long timestamp
Public Constructors
UpdateCommentImpl()
Public Methods
String getComment()
Gets the value of the comment property.
String getId()
Gets the value of the id property.
Person getPerson()
Gets the value of the person property.
Long getSequenceNumber()
Gets the value of the sequenceNumber property.
Long getTimestamp()
Gets the value of the timestamp property.
void setComment(String value)
Sets the value of the comment property.
void setId(String value)
Sets the value of the id property.
void setPerson(Person value)
Sets the value of the person property.
void setSequenceNumber(Long value)
Sets the value of the sequenceNumber property.
void setTimestamp(Long value)
Sets the value of the timestamp property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.UpdateComment

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String comment

protected String id

protected PersonImpl person

protected Long sequenceNumber

protected Long timestamp

Public Constructors

public UpdateCommentImpl ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Person getPerson ()

Gets the value of the person property.

Returns

public Long getSequenceNumber ()

Gets the value of the sequenceNumber property.

Returns
  • possible object is String

public Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person

public void setSequenceNumber (Long value)

Sets the value of the sequenceNumber property.

Parameters
value Allowed object is String

public void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String