Package com.restfb.types
Class DebugTokenError
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.DebugTokenError
-
- All Implemented Interfaces:
Serializable
public class DebugTokenError extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DebugTokenError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCode()
The error code for the error.String
getMessage()
The error message for the error.Integer
getSubcode()
The error sub code for the error.void
setCode(Integer code)
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 Detail
-
DebugTokenError
public DebugTokenError()
-
-
Method Detail
-
getCode
public Integer getCode()
The error code for the error.- Returns:
- The error code for the error.
-
getMessage
public String getMessage()
The error message for the error.- Returns:
- The error message for the error.
-
setMessage
public void setMessage(String message)
The error message for the error.
-
getSubcode
public Integer getSubcode()
The error sub code for the error.- Returns:
- The error sub code for the error.
-
setSubcode
public void setSubcode(Integer subcode)
The error sub code for the error.
-
-