![JAR search and dependency download from the Maven repository](/logo.png)
com.bitcoin.blockchain.api.domain.Exchange Maven / Gradle / Ivy
The newest version!
package com.bitcoin.blockchain.api.domain;
import java.io.Serializable;
/**
* Created by Jesion on 2015-05-21.
*/
public class Exchange implements Serializable {
public String id;
public String accessorClass;
public Exchange(String id, String accessorClass) {
this.id = id;
this.accessorClass = accessorClass;
}
public Exchange() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy