All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmusixmatch.subtitle.get.SubtitleGetMessage Maven / Gradle / Ivy

package org.jmusixmatch.subtitle.get;

import com.google.gson.annotations.SerializedName;

public class SubtitleGetMessage {

    @SerializedName("message")
    private SubtitleGetContainer container;

    public SubtitleGetContainer getContainer() {
        return container;
    }

    public void setContainer(SubtitleGetContainer container) {
        this.container = container;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy