com.coinbase.api.entity.AddressNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coinbase-java Show documentation
Show all versions of coinbase-java Show documentation
A first-party java wrapper around the Coinbase API
package com.coinbase.api.entity;
import java.io.Serializable;
public class AddressNode implements Serializable {
/**
*
*/
private static final long serialVersionUID = 3331153178753180883L;
private Address _address;
public Address getAddress() {
return _address;
}
public void setAddress(Address address) {
_address = address;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy