public class

ErrorImpl

extends BaseSchemaEntity
implements Error
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.ErrorImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String errorCode
protected String message
protected Long status
protected Long timestamp
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
ErrorImpl()
Public Methods
String getErrorCode()
Gets the value of the errorCode property.
String getMessage()
Gets the value of the message property.
Long getStatus()
Gets the value of the status property.
Long getTimestamp()
Gets the value of the timestamp property.
void init(XmlPullParser parser)
Inits the.
void setErrorCode(String value)
Sets the value of the errorCode property.
void setMessage(String value)
Sets the value of the message property.
void setStatus(Long value)
Sets the value of the status property.
void setTimestamp(Long value)
Sets the value of the timestamp 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.Error

Constants

private static final long serialVersionUID

Constant Value: -7306088000916275288 (0x9a9b8fac27a43fa8)

Fields

protected String errorCode

protected String message

protected Long status

protected Long timestamp

Public Constructors

public ErrorImpl ()

Public Methods

public String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public Long getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setErrorCode (String value)

Sets the value of the errorCode property.

Parameters
value Allowed object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setStatus (Long value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException