|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.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
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
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 |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
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. |
void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
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
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |