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

io.api.etherscan.model.utility.BaseListResponseTO Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.api.etherscan.model.utility;

import java.util.List;

/**
 * ! NO DESCRIPTION !
 *
 * @author GoodforGod
 * @since 30.10.2018
 */
public abstract class BaseListResponseTO extends BaseResponseTO {

    private List result;

    public List getResult() {
        return result;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy