public class FacebookError extends Object implements Serializable
| Constructor and Description |
|---|
FacebookError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Gets the
code. |
String |
getFbTraceId()
Gets the
fbTraceId. |
String |
getMessage()
Gets the
message. |
String |
getType()
Gets the
type. |
int |
hashCode() |
void |
setCode(String code)
Sets the
code. |
void |
setFbTraceId(String fbTraceId)
Sets the
fbTraceId. |
void |
setMessage(String message)
Sets the
message. |
void |
setType(String type)
Sets the
type. |
String |
toString() |
Copyright © 2017 BotMill. All rights reserved.