public class

AnswersImpl

extends Object
implements Answers Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.AnswersImpl

Summary

Constants
long serialVersionUID
Fields
protected List<Answer> answerList
protected Long count
Public Constructors
AnswersImpl()
Public Methods
List<Answer> getAnswerList()
Gets the value of the answerList property.
Long getCount()
Gets the value of the count property.
void setCount(Long value)
Sets the value of the count property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Answers

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected List<Answer> answerList

protected Long count

Public Constructors

public AnswersImpl ()

Public Methods

public List<Answer> getAnswerList ()

Gets the value of the answerList 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 answerList property.

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

    getAnswerList().add(newItem);
 

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

public Long getCount ()

Gets the value of the count property.

Returns
  • possible object is String

public void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is String