public class BittrexSymbolsResponse extends Object
Constructor and Description |
---|
BittrexSymbolsResponse(boolean success,
String message,
ArrayList<BittrexSymbol> symbols) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
ArrayList<BittrexSymbol> |
getSymbols() |
boolean |
isSuccess() |
String |
toString() |
public BittrexSymbolsResponse(boolean success, String message, ArrayList<BittrexSymbol> symbols)
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.