com.google.code.linkedinapi.schema
Interface Error

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
ErrorImpl, ErrorImpl

public interface Error
extends SchemaEntity

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 ref="{}status"/>
         <element ref="{}timestamp"/>
         <element ref="{}error-code"/>
         <element ref="{}message"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.Long getStatus()
          Gets the value of the status property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 void setErrorCode(java.lang.String value)
          Sets the value of the errorCode property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setStatus(java.lang.Long value)
          Sets the value of the status property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp property.
 

Method Detail

getStatus

java.lang.Long getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

void setStatus(java.lang.Long value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getTimestamp

java.lang.Long getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

void setTimestamp(java.lang.Long value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getErrorCode

java.lang.String getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is String

setErrorCode

void setErrorCode(java.lang.String value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is String

getMessage

java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String