facebook4j.internal.json
Class InsightJSONImpl.ValueJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.InsightJSONImpl.ValueJSONImpl
All Implemented Interfaces:
Insight.Value, java.io.Serializable
Enclosing class:
InsightJSONImpl

private final class InsightJSONImpl.ValueJSONImpl
extends java.lang.Object
implements Insight.Value, java.io.Serializable


Nested Class Summary
private  class InsightJSONImpl.ValueJSONImpl.ValueEntryJSONImpl
           
 
Nested classes/interfaces inherited from interface facebook4j.Insight.Value
Insight.Value.Entry
 
Field Summary
private  java.util.Date endTime
           
private static long serialVersionUID
           
private  Insight.Value.Entry value
           
 
Constructor Summary
InsightJSONImpl.ValueJSONImpl(JSONObject json)
           
 
Method Summary
 java.util.Date getEndTime()
           
 Insight.Value.Entry getValue()
           
 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

value

private Insight.Value.Entry value

endTime

private java.util.Date endTime
Constructor Detail

InsightJSONImpl.ValueJSONImpl

InsightJSONImpl.ValueJSONImpl(JSONObject json)
                        throws FacebookException
Throws:
FacebookException
Method Detail

getValue

public Insight.Value.Entry getValue()
Specified by:
getValue in interface Insight.Value

getEndTime

public java.util.Date getEndTime()
Specified by:
getEndTime in interface Insight.Value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object