com.google.code.linkedinapi.schema.Error |
Known Indirect Subclasses |
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>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the timestamp property.
|
Gets the value of the errorCode property.
Gets the value of the message property.
Gets the value of the status property.
Gets the value of the timestamp property.
Sets the value of the errorCode property.
value | Allowed object is String |
---|
Sets the value of the message property.
value | Allowed object is String |
---|
Sets the value of the status property.
value | Allowed object is String |
---|
Sets the value of the timestamp property.
value | Allowed object is String |
---|