Class BitcoindeAllocations
- java.lang.Object
-
- org.knowm.xchange.bitcoinde.dto.account.BitcoindeAllocations
-
public class BitcoindeAllocations extends Object
-
-
Constructor Summary
Constructors Constructor Description BitcoindeAllocations()No args constructor for use in serializationBitcoindeAllocations(BitcoindeAllocation btc, BitcoindeAllocation eth, BitcoindeAllocation bch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BitcoindeAllocationgetBtc()voidsetAdditionalProperty(String name, Object value)voidsetBtc(BitcoindeAllocation btc)
-
-
-
Constructor Detail
-
BitcoindeAllocations
public BitcoindeAllocations()
No args constructor for use in serialization
-
BitcoindeAllocations
public BitcoindeAllocations(BitcoindeAllocation btc, BitcoindeAllocation eth, BitcoindeAllocation bch)
- Parameters:
eth-bch-btc-
-
-
Method Detail
-
getBtc
public BitcoindeAllocation getBtc()
-
setBtc
public void setBtc(BitcoindeAllocation btc)
-
-