Class NlpError
- java.lang.Object
-
- com.restfb.types.webhook.messaging.nlp.NlpError
-
- All Implemented Interfaces:
Serializable
public class NlpError extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NlpError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCode()
String
getMessage()
int
hashCode()
void
setCode(String code)
void
setMessage(String message)
String
toString()
-
-
-
Constructor Detail
-
NlpError
public NlpError()
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
-