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

org.jmusixmatch.snippet.get.SnippetGetBody Maven / Gradle / Ivy

The newest version!
package org.jmusixmatch.snippet.get;

import com.google.gson.annotations.SerializedName;
import org.jmusixmatch.snippet.Snippet;

public class SnippetGetBody {

    @SerializedName("snippet")
    private Snippet snippet;

    public Snippet getSnippet() {
        return snippet;
    }

    public void setSnippet(Snippet snippet) {
        this.snippet = snippet;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy