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

com.coinbase.api.entity.ReportNode Maven / Gradle / Ivy

The newest version!
package com.coinbase.api.entity;

import java.io.Serializable;

public class ReportNode implements Serializable {
    /**
     * 
     */
    private static final long serialVersionUID = 3996102881697459153L;
    private Report _Report;

    public Report getReport() {
        return _Report;
    }

    public void setReport(Report Report) {
        _Report = Report;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy