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

me.figo.models.Category Maven / Gradle / Ivy

package me.figo.models;


import com.google.gson.annotations.Expose;

public class Category {

    @Expose
    private int parent_id;

    @Expose
    private int id;

    @Expose
    private String name;

    public int getParentId() {
        return parent_id;
    }

    public int getId()   {
        return id;
    }

    public String getName() {
        return name;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy