facebook4j.internal.json
Class InsightJSONImpl.ValueJSONImpl
java.lang.Object
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
| 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
value
private Insight.Value.Entry value
endTime
private java.util.Date endTime
InsightJSONImpl.ValueJSONImpl
InsightJSONImpl.ValueJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
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