facebook4j.internal.json
Class InsightJSONImpl.ValueJSONImpl.ValueEntryJSONImpl

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

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


Field Summary
private  java.util.Map<java.lang.String,java.lang.Long> value
           
 
Constructor Summary
InsightJSONImpl.ValueJSONImpl.ValueEntryJSONImpl(JSONObject json)
           
 
Method Summary
 java.lang.Long get()
           
 java.lang.Long get(java.lang.String key)
           
 java.util.Iterator<java.lang.String> keys()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private java.util.Map<java.lang.String,java.lang.Long> value
Constructor Detail

InsightJSONImpl.ValueJSONImpl.ValueEntryJSONImpl

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

get

public java.lang.Long get()
Specified by:
get in interface Insight.Value.Entry

get

public java.lang.Long get(java.lang.String key)
Specified by:
get in interface Insight.Value.Entry

keys

public java.util.Iterator<java.lang.String> keys()
Specified by:
keys in interface Insight.Value.Entry

size

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