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

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

package org.jmusixmatch.subtitle.get;

import com.google.gson.annotations.SerializedName;

import org.jmusixmatch.subtitle.Subtitle;

public class SubtitleGetBody {

    @SerializedName("subtitle")
    private Subtitle subtitle;

    public Subtitle getSubtitle() {
        return subtitle;
    }

    public void setSubtitle(Subtitle subtitle) {
        this.subtitle = subtitle;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy