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