com.scilor.grooveshark.API.Functions
Class GetPageInfoByIDType.PageData

java.lang.Object
  extended by com.scilor.grooveshark.API.Functions.GetPageInfoByIDType.PageData
Enclosing class:
GetPageInfoByIDType

public class GetPageInfoByIDType.PageData
extends java.lang.Object


Field Summary
 java.util.ArrayList<GetPageInfoByIDType.DataAlbums> Albums
           
 java.util.ArrayList<GetPageInfoByIDType.DataArtists> Artists
           
 java.lang.String Description
           
 java.util.ArrayList<GetPageInfoByIDType.PageRelated> RelatedTags
           
 java.util.ArrayList<GetPageInfoByIDType.DataSongs> Songs
           
 
Constructor Summary
GetPageInfoByIDType.PageData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Description

public java.lang.String Description

RelatedTags

public java.util.ArrayList<GetPageInfoByIDType.PageRelated> RelatedTags

Albums

public java.util.ArrayList<GetPageInfoByIDType.DataAlbums> Albums

Artists

public java.util.ArrayList<GetPageInfoByIDType.DataArtists> Artists

Songs

public java.util.ArrayList<GetPageInfoByIDType.DataSongs> Songs
Constructor Detail

GetPageInfoByIDType.PageData

public GetPageInfoByIDType.PageData()