facebook4j.internal.json
Class InboxResponseListImpl.SummaryJSONImpl

java.lang.Object
  extended by 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


Field Summary
private static long serialVersionUID
           
private  java.lang.Integer unreadCount
           
private  java.lang.Integer unseenCount
           
private  java.util.Date updatedTime
           
 
Constructor Summary
InboxResponseListImpl.SummaryJSONImpl(JSONObject json)
           
 
Method Summary
 java.lang.Integer getUnreadCount()
           
 java.lang.Integer getUnseenCount()
           
 java.util.Date getUpdatedTime()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

InboxResponseListImpl.SummaryJSONImpl

public InboxResponseListImpl.SummaryJSONImpl(JSONObject json)
                                      throws FacebookException
Throws:
FacebookException
Method Detail

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