public class

ErrorImpl

extends Object
implements Error Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ErrorImpl

Summary

Constants
long serialVersionUID
Fields
protected String errorCode
protected String message
protected Long status
protected Long timestamp
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 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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Error

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

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 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