com.echonest.api.v4
Class Blog

java.lang.Object
  extended by com.echonest.api.v4.WebDocument
      extended by com.echonest.api.v4.Blog

public class Blog
extends WebDocument


Method Summary
 java.util.Date getDateFound()
          Gets the date found
 java.util.Date getDatePosted()
          Gets the date posted
 java.lang.String getName()
          Gets the blog name
 java.lang.String getSummary()
          Gets the blog summary
 java.lang.String getURL()
          Gets the blog url
 
Methods inherited from class com.echonest.api.v4.WebDocument
dump, dump
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Gets the blog name

Returns:
the blog name

getURL

public java.lang.String getURL()
Gets the blog url

Returns:
the url

getSummary

public java.lang.String getSummary()
Gets the blog summary

Returns:
the blog summary

getDateFound

public java.util.Date getDateFound()
Gets the date found

Returns:
the date found

getDatePosted

public java.util.Date getDatePosted()
Gets the date posted

Returns:
the date posted


Use of the Echo Nest API is subject to the Echo Nest Developer Network's terms of service