|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.baka.ambient.collection.ampache.AmpacheInfo
public final class AmpacheInfo
Contains information about the Ampache server.
Field Summary | |
---|---|
int |
albums
Number of albums in the collection. |
String |
apiVersion
The Ampache XML API version. |
int |
artists
Number of artists in the collection. |
Date |
lastAdd
Last Add. |
Date |
lastUpdate
Last Update. |
int |
songs
Number of songs in the collection. |
String |
token
The Ampache security token. |
Constructor Summary | |
---|---|
AmpacheInfo()
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String token
public String apiVersion
public Date lastUpdate
public Date lastAdd
public int songs
public int artists
public int albums
Constructor Detail |
---|
public AmpacheInfo()
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |