public class

UpdateCommentImpl

extends BaseSchemaEntity
implements UpdateComment
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.UpdateCommentImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String comment
protected String id
protected PersonImpl person
protected Long sequenceNumber
protected Long timestamp
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
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 init(XmlPullParser parser)
Inits the.
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.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.UpdateComment

Constants

private static final long serialVersionUID

Constant Value: 8511084386767332742 (0x761d7227f6a3e586)

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 init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

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

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException