|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.ErrorImpl
public class ErrorImpl
Field Summary | |
---|---|
protected java.lang.String |
errorCode
|
protected java.lang.String |
message
|
private static long |
serialVersionUID
|
protected java.lang.Long |
status
|
protected java.lang.Long |
timestamp
|
Constructor Summary | |
---|---|
ErrorImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.Long status
protected java.lang.Long timestamp
protected java.lang.String errorCode
protected java.lang.String message
Constructor Detail |
---|
public ErrorImpl()
Method Detail |
---|
public java.lang.Long getStatus()
Error
getStatus
in interface Error
String
public void setStatus(java.lang.Long value)
Error
setStatus
in interface Error
value
- allowed object is
String
public java.lang.Long getTimestamp()
Error
getTimestamp
in interface Error
String
public void setTimestamp(java.lang.Long value)
Error
setTimestamp
in interface Error
value
- allowed object is
String
public java.lang.String getErrorCode()
Error
getErrorCode
in interface Error
String
public void setErrorCode(java.lang.String value)
Error
setErrorCode
in interface Error
value
- allowed object is
String
public java.lang.String getMessage()
Error
getMessage
in interface Error
String
public void setMessage(java.lang.String value)
Error
setMessage
in interface Error
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |