public class

QuestionImpl

extends Object
implements Question Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.QuestionImpl

Summary

Constants
long serialVersionUID
Fields
protected AnswersImpl answers
protected AuthorImpl author
protected String id
protected QuestionCategoriesImpl questionCategories
protected String title
protected String webUrl
Public Constructors
QuestionImpl()
Public Methods
Answers getAnswers()
Gets the value of the answers property.
Author getAuthor()
Gets the value of the author property.
String getId()
Gets the value of the id property.
QuestionCategories getQuestionCategories()
Gets the value of the questionCategories property.
String getTitle()
Gets the value of the title property.
String getWebUrl()
Gets the value of the webUrl property.
void setAnswers(Answers value)
Sets the value of the answers property.
void setAuthor(Author value)
Sets the value of the author property.
void setId(String value)
Sets the value of the id property.
void setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property.
void setTitle(String value)
Sets the value of the title property.
void setWebUrl(String value)
Sets the value of the webUrl property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Question

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AnswersImpl answers

protected AuthorImpl author

protected String id

protected QuestionCategoriesImpl questionCategories

protected String title

protected String webUrl

Public Constructors

public QuestionImpl ()

Public Methods

public Answers getAnswers ()

Gets the value of the answers property.

Returns

public Author getAuthor ()

Gets the value of the author property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public QuestionCategories getQuestionCategories ()

Gets the value of the questionCategories property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public void setAnswers (Answers value)

Sets the value of the answers property.

Parameters
value Allowed object is Answers

public void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setQuestionCategories (QuestionCategories value)

Sets the value of the questionCategories property.

Parameters
value Allowed object is QuestionCategories

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String