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

io.swagger.client.model.Data Maven / Gradle / Ivy

package io.swagger.client.model;

import java.util.List;
import com.google.gson.annotations.SerializedName;

public class Data {

    @SerializedName("action")
    private Action action = null;

    @SerializedName("result")
    private List result = null;

    public Action getAction() {
        return action;
    }

    public void setAction(Action action) {
        this.action = action;
    }

    public List getResult() {
        return result;
    }

    public void setResult(List result) {
        this.result = result;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy