com.scilor.grooveshark.API.Functions
Class GetTopLevelTags.GetTopLevelTagsResponse

java.lang.Object
  extended by com.scilor.grooveshark.API.Base.IJsonResponse
      extended by com.scilor.grooveshark.API.Functions.GetTopLevelTags.GetTopLevelTagsResponse
Enclosing class:
GetTopLevelTags

public class GetTopLevelTags.GetTopLevelTagsResponse
extends IJsonResponse


Field Summary
 java.util.ArrayList<GetTopLevelTags.TagInfo> result
           
 
Fields inherited from class com.scilor.grooveshark.API.Base.IJsonResponse
fault, header
 
Constructor Summary
GetTopLevelTags.GetTopLevelTagsResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public java.util.ArrayList<GetTopLevelTags.TagInfo> result
Constructor Detail

GetTopLevelTags.GetTopLevelTagsResponse

public GetTopLevelTags.GetTopLevelTagsResponse()