Class Error
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.whatsapp.platform.message.Error
-
- All Implemented Interfaces:
Serializable
public class Error extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Error.ErrorData
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDetails()
Error.ErrorData
getErrorData()
String
getMessage()
String
getTitle()
void
setCode(String code)
void
setDetails(String details)
void
setErrorData(Error.ErrorData errorData)
void
setMessage(String message)
void
setTitle(String title)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Error
public Error()
-
-
Method Detail
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getErrorData
public Error.ErrorData getErrorData()
-
setErrorData
public void setErrorData(Error.ErrorData errorData)
-
-