Package com.restfb.types
Class DebugTokenError
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.DebugTokenError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
The error code for the error.The error message for the error.The error sub code for the error.void
The error code for the error.void
setMessage
(String message) The error message for the error.void
setSubcode
(Integer subcode) The error sub code for the error.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
DebugTokenError
public DebugTokenError()
-
-
Method Details
-
getCode
The error code for the error.- Returns:
- The error code for the error.
-
setCode
The error code for the error. -
getMessage
The error message for the error.- Returns:
- The error message for the error.
-
setMessage
The error message for the error. -
getSubcode
The error sub code for the error.- Returns:
- The error sub code for the error.
-
setSubcode
The error sub code for the error.
-