|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.umass.lastfm.scrobble.SubmissionData
@Deprecated public class SubmissionData
Bean that contains track information.
ScrobbleData,
Track.scrobble(ScrobbleData, de.umass.lastfm.Session)| Constructor Summary | |
|---|---|
SubmissionData(String s)
Deprecated. Creates a new SubmissionData object based on a String returned by toString(). |
|
SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
long startTime)
Deprecated. |
|
SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
Rating rating,
long startTime)
Deprecated. |
|
SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
Rating rating,
long startTime,
String recommendationKey)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
toString()
Deprecated. Returns a String representation of this submission with the fields separated by &. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
long startTime)
public SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
Rating rating,
long startTime)
public SubmissionData(String artist,
String track,
String album,
int length,
int tracknumber,
Source source,
Rating rating,
long startTime,
String recommendationKey)
public SubmissionData(String s)
toString().
s - A String| Method Detail |
|---|
public String toString()
null or empty
- enum values such as Rating and Source are null or their constant name is used (i.e. "LOVE")
- all string values (artist, track, album) are utf8-url-encoded
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||