|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.baka.ambient.collection.ampache.AmpacheInfo
@Immutable @ThreadSafe public final class AmpacheInfo
Contains information about the Ampache server.
| Nested Class Summary | |
|---|---|
static class |
AmpacheInfo.Builder
Builds instances of AmpacheInfo class. |
| Field Summary | |
|---|---|
int |
albums
Number of albums in the collection. |
java.lang.String |
apiVersion
The Ampache XML API version. |
int |
artists
Number of artists in the collection. |
java.util.Date |
lastAdd
Last Add. |
java.util.Date |
lastUpdate
Last Update. |
int |
songs
Number of songs in the collection. |
java.lang.String |
token
The Ampache security token. |
| Constructor Summary | |
|---|---|
AmpacheInfo(java.lang.String token,
java.lang.String apiVersion,
java.util.Date lastUpdate,
java.util.Date lastAdd,
int songs,
int artists,
int albums)
|
|
| 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 |
|---|
public final java.lang.String token
public final java.lang.String apiVersion
public final java.util.Date lastUpdate
public final java.util.Date lastAdd
public final int songs
public final int artists
public final int albums
| Constructor Detail |
|---|
public AmpacheInfo(java.lang.String token,
java.lang.String apiVersion,
java.util.Date lastUpdate,
java.util.Date lastAdd,
int songs,
int artists,
int albums)
token - The Ampache security token.apiVersion - The Ampache XML API version.lastUpdate - Last Update.lastAdd - Last Add.songs - Number of songs in the collection.artists - Number of artists in the collection.albums - Number of albums in the collection.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||