
org.jmusixmatch.entity.track.get.TrackGetMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jMusixMatch Show documentation
Show all versions of jMusixMatch Show documentation
Java MusixMatch API by Sachin Handiekar
package org.jmusixmatch.entity.track.get;
import com.google.gson.annotations.SerializedName;
public class TrackGetMessage {
@SerializedName("message")
private TrackGetContainer trackMessage;
public void setTrackMessage(TrackGetContainer trackMessage) {
this.trackMessage = trackMessage;
}
public TrackGetContainer getTrackMessage() {
return trackMessage;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy