public interface

Error

implements SchemaEntity
com.google.code.linkedinapi.schema.Error
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element ref="{}timestamp"/>
         <element ref="{}error-code"/>
         <element ref="{}message"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getErrorCode()
Gets the value of the errorCode property.
abstract String getMessage()
Gets the value of the message property.
abstract Long getStatus()
Gets the value of the status property.
abstract Long getTimestamp()
Gets the value of the timestamp property.
abstract void setErrorCode(String value)
Sets the value of the errorCode property.
abstract void setMessage(String value)
Sets the value of the message property.
abstract void setStatus(Long value)
Sets the value of the status property.
abstract void setTimestamp(Long value)
Sets the value of the timestamp property.

Public Methods

public abstract String getErrorCode ()

Gets the value of the errorCode property.

Returns
  • possible object is String

public abstract String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public abstract Long getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public abstract Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public abstract void setErrorCode (String value)

Sets the value of the errorCode property.

Parameters
value Allowed object is String

public abstract void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public abstract void setStatus (Long value)

Sets the value of the status property.

Parameters
value Allowed object is String

public abstract void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String