public class

AnswerImpl

extends Object
implements Answer Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.AnswerImpl

Summary

Constants
long serialVersionUID
Fields
protected AuthorImpl author
protected String id
protected String webUrl
Public Constructors
AnswerImpl()
Public Methods
Author getAuthor()
Gets the value of the author property.
String getId()
Gets the value of the id property.
String getWebUrl()
Gets the value of the webUrl property.
void setAuthor(Author value)
Sets the value of the author property.
void setId(String value)
Sets the value of the id 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.Answer

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AuthorImpl author

protected String id

protected String webUrl

Public Constructors

public AnswerImpl ()

Public Methods

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 String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

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 setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String