com.belerweb.social.bean
Class Error

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.bean.Error

public final class Error
extends JsonBean


Constructor Summary
Error()
           
Error(String code, String message)
           
 
Method Summary
 String getError()
           
 String getErrorCode()
           
 String getRequest()
           
static Error parse(org.json.JSONObject jsonObject)
           
 void setError(String error)
           
 void setErrorCode(String errorCode)
           
 void setRequest(String request)
           
 String toString()
           
 
Methods inherited from class com.belerweb.social.bean.JsonBean
getJsonObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Error

public Error()

Error

public Error(String code,
             String message)
Method Detail

getRequest

public String getRequest()

setRequest

public void setRequest(String request)

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)

getError

public String getError()

setError

public void setError(String error)

toString

public String toString()
Overrides:
toString in class Object

parse

public static Error parse(org.json.JSONObject jsonObject)


Copyright © 2014. All Rights Reserved.