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

com.hash.model.microsoft_event.ResponseStatus Maven / Gradle / Ivy

The newest version!

package com.hash.model.microsoft_event;

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

public class ResponseStatus {

    @SerializedName("Response")
    @Expose
    private String response;
    @SerializedName("Time")
    @Expose
    private String time;

    public String getResponse() {
        return response;
    }

    public void setResponse(String response) {
        this.response = response;
    }

    public String getTime() {
        return time;
    }

    public void setTime(String time) {
        this.time = time;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy