public class

ContentImpl

extends BaseSchemaEntity
implements Content
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.ContentImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String eyebrowUrl
protected String id
protected String resolvedUrl
protected String shortenedUrl
protected String submittedImageUrl
protected String submittedUrl
protected String thumbnailUrl
protected String title
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
ContentImpl()
Public Methods
String getEyebrowUrl()
Gets the value of the eyebrowUrl property.
String getId()
Gets the value of the id property.
String getResolvedUrl()
Gets the value of the resolvedUrl property.
String getShortenedUrl()
Gets the value of the shortenedUrl property.
String getSubmittedImageUrl()
Gets the value of the submittedImageUrl property.
String getSubmittedUrl()
Gets the value of the submittedUrl property.
String getThumbnailUrl()
Gets the value of the thumbnailUrl property.
String getTitle()
Gets the value of the title property.
void init(XmlPullParser parser)
Inits the.
void setEyebrowUrl(String value)
Sets the value of the eyebrowUrl property.
void setId(String value)
Sets the value of the id property.
void setResolvedUrl(String value)
Sets the value of the resolvedUrl property.
void setShortenedUrl(String value)
Sets the value of the shortenedUrl property.
void setSubmittedImageUrl(String value)
Sets the value of the submittedImageUrl property.
void setSubmittedUrl(String value)
Sets the value of the submittedUrl property.
void setThumbnailUrl(String value)
Sets the value of the thumbnailUrl property.
void setTitle(String value)
Sets the value of the title 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.Content

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String eyebrowUrl

protected String id

protected String resolvedUrl

protected String shortenedUrl

protected String submittedImageUrl

protected String submittedUrl

protected String thumbnailUrl

protected String title

Public Constructors

public ContentImpl ()

Public Methods

public String getEyebrowUrl ()

Gets the value of the eyebrowUrl property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getResolvedUrl ()

Gets the value of the resolvedUrl property.

Returns
  • possible object is String

public String getShortenedUrl ()

Gets the value of the shortenedUrl property.

Returns
  • possible object is String

public String getSubmittedImageUrl ()

Gets the value of the submittedImageUrl property.

Returns
  • possible object is String

public String getSubmittedUrl ()

Gets the value of the submittedUrl property.

Returns
  • possible object is String

public String getThumbnailUrl ()

Gets the value of the thumbnailUrl property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setEyebrowUrl (String value)

Sets the value of the eyebrowUrl 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 setResolvedUrl (String value)

Sets the value of the resolvedUrl property.

Parameters
value Allowed object is String

public void setShortenedUrl (String value)

Sets the value of the shortenedUrl property.

Parameters
value Allowed object is String

public void setSubmittedImageUrl (String value)

Sets the value of the submittedImageUrl property.

Parameters
value Allowed object is String

public void setSubmittedUrl (String value)

Sets the value of the submittedUrl property.

Parameters
value Allowed object is String

public void setThumbnailUrl (String value)

Sets the value of the thumbnailUrl property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException