facebook4j.internal.json
Class PostJSONImpl.PropertyJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.PostJSONImpl.PropertyJSONImpl
All Implemented Interfaces:
Post.Property, java.io.Serializable
Enclosing class:
PostJSONImpl

private class PostJSONImpl.PropertyJSONImpl
extends java.lang.Object
implements Post.Property, java.io.Serializable


Field Summary
private  java.lang.String href
           
private  java.lang.String name
           
private static long serialVersionUID
           
private  java.lang.String text
           
 
Constructor Summary
PostJSONImpl.PropertyJSONImpl(JSONObject json)
           
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getName()
           
 java.lang.String getText()
           
 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

name

private final java.lang.String name

text

private final java.lang.String text

href

private final java.lang.String href
Constructor Detail

PostJSONImpl.PropertyJSONImpl

PostJSONImpl.PropertyJSONImpl(JSONObject json)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Post.Property

getText

public java.lang.String getText()
Specified by:
getText in interface Post.Property

getHref

public java.lang.String getHref()
Specified by:
getHref in interface Post.Property

toString

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