facebook4j.internal.json
Class PostJSONImpl.PropertyJSONImpl
java.lang.Object
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
|
| 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
name
private final java.lang.String name
text
private final java.lang.String text
href
private final java.lang.String href
PostJSONImpl.PropertyJSONImpl
PostJSONImpl.PropertyJSONImpl(JSONObject json)
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