
org.jmusixmatch.entity.track.search.TrackSeachMessage 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.search;
import com.google.gson.annotations.SerializedName;
public class TrackSeachMessage {
@SerializedName("message")
private TrackSearchContainer trackMessage;
public void setTrackMessage(TrackSearchContainer trackMessage) {
this.trackMessage = trackMessage;
}
public TrackSearchContainer getTrackMessage() {
return trackMessage;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy