facebook4j.internal.json
Class InboxResponseListImpl.SummaryJSONImpl
java.lang.Object
facebook4j.internal.json.InboxResponseListImpl.SummaryJSONImpl
- All Implemented Interfaces:
- InboxResponseList.Summary, java.io.Serializable
- Enclosing class:
- InboxResponseListImpl<T>
private class InboxResponseListImpl.SummaryJSONImpl
- extends java.lang.Object
- implements InboxResponseList.Summary, java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
unseenCount
private java.lang.Integer unseenCount
unreadCount
private java.lang.Integer unreadCount
updatedTime
private java.util.Date updatedTime
InboxResponseListImpl.SummaryJSONImpl
public InboxResponseListImpl.SummaryJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getUnseenCount
public java.lang.Integer getUnseenCount()
- Specified by:
getUnseenCount in interface InboxResponseList.Summary
getUnreadCount
public java.lang.Integer getUnreadCount()
- Specified by:
getUnreadCount in interface InboxResponseList.Summary
getUpdatedTime
public java.util.Date getUpdatedTime()
- Specified by:
getUpdatedTime in interface InboxResponseList.Summary
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object