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

com.hash.model.google_event.Override Maven / Gradle / Ivy

The newest version!

package com.hash.model.google_event;

import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;

public class Override {

    @SerializedName("method")
    @Expose
    private String method;
    @SerializedName("minutes")
    @Expose
    private Integer minutes;

    public String getMethod() {
        return method;
    }

    public void setMethod(String method) {
        this.method = method;
    }

    public Integer getMinutes() {
        return minutes;
    }

    public void setMinutes(Integer minutes) {
        this.minutes = minutes;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy