java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.ErrorImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
errorCode | |||||||||||
message | |||||||||||
status | |||||||||||
timestamp |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Inits the.
| |||||||||||
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.
| |||||||||||
To xml.
|
[Expand]
Inherited 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.
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
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 |
---|
To xml.
serializer | The document |
---|
IOException |
---|