Package org.knowm.xchange.bitbay.dto
Class BitbayBaseResponse
java.lang.Object
org.knowm.xchange.bitbay.dto.BitbayBaseResponse
- Direct Known Subclasses:
BitbayAccountInfoResponse
,BitbayCancelResponse
,BitbayTradeResponse
public class BitbayBaseResponse extends Object
- Author:
- Z. Dolezal
-
Constructor Summary
Constructors Constructor Description BitbayBaseResponse(boolean success, int code, String errorMsg)
-
Method Summary
Modifier and Type Method Description int
getCode()
String
getMessage()
boolean
isSuccess()
-
Constructor Details
-
BitbayBaseResponse
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
getCode
public int getCode() -
getMessage
-