winterwell.jtwitter.ecosystem
Class Topsy.UrlInfo

java.lang.Object
  extended by winterwell.jtwitter.ecosystem.Topsy.UrlInfo
Enclosing class:
Topsy

public static final class Topsy.UrlInfo
extends java.lang.Object


Field Summary
 java.lang.String desc
           
 int linkCount
          Sadly, Topsy doesn't resolve equivalent links, so this is a lower-bound.
 java.lang.String title
           
 java.lang.String url
           
 
Constructor Summary
Topsy.UrlInfo(winterwell.json.JSONObject resp)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

title

public final java.lang.String title

linkCount

public final int linkCount
Sadly, Topsy doesn't resolve equivalent links, so this is a lower-bound.


desc

public final java.lang.String desc

url

public final java.lang.String url
Constructor Detail

Topsy.UrlInfo

public Topsy.UrlInfo(winterwell.json.JSONObject resp)
              throws winterwell.json.JSONException
Throws:
winterwell.json.JSONException
Method Detail

toString

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