public final class Article extends com.google.api.client.json.GenericJson implements Serializable
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Article()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthor() |
Comments |
getComments() |
String |
getDate() |
String |
getHtml() |
String |
getIcon() |
List<Media> |
getMedia() |
String |
getResolvedUrl() |
String |
getSummary() |
String[] |
getTags() |
String |
getText() |
String |
getTitle() |
String |
getUrl() |
String |
getXpath() |
int |
hashCode() |
String |
toString() |
clone, getFactory, set, setFactory, toPrettyStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuespublic String toString()
toString in class com.google.api.client.json.GenericJsonpublic int hashCode()
public boolean equals(Object obj)
public String getText()
public String getTitle()
public String getDate()
public String getAuthor()
public List<Media> getMedia()
public String getUrl()
public String getResolvedUrl()
public String getXpath()
public String getIcon()
public String getHtml()
public String[] getTags()
public String getSummary()
public Comments getComments()
Copyright © 2013. All Rights Reserved.