public class

UpdateCommentsImpl

extends Object
implements UpdateComments Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.UpdateCommentsImpl

Summary

Constants
long serialVersionUID
Fields
protected Long total
protected List<UpdateComment> updateCommentList
Public Constructors
UpdateCommentsImpl()
Public Methods
Long getTotal()
Gets the value of the total property.
List<UpdateComment> getUpdateCommentList()
Gets the value of the updateCommentList property.
void setTotal(Long value)
Sets the value of the total property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.UpdateComments

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long total

protected List<UpdateComment> updateCommentList

Public Constructors

public UpdateCommentsImpl ()

Public Methods

public Long getTotal ()

Gets the value of the total property.

Returns
  • possible object is String

public List<UpdateComment> getUpdateCommentList ()

Gets the value of the updateCommentList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the updateCommentList property.

For example, to add a new item, do as follows:

    getUpdateCommentList().add(newItem);
 

Objects of the following type(s) are allowed in the list UpdateComment

public void setTotal (Long value)

Sets the value of the total property.

Parameters
value Allowed object is String