public class CancelOrderResult extends Object
| Constructor and Description | 
|---|
CancelOrderResult(Boolean result,
                 Long orderId,
                 String success,
                 String error)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getError()
Returns failed order IDs. 
 | 
Long | 
getOrderId()
Returns the order ID (applicable to single order). 
 | 
String | 
getSuccess()
Returns success order IDs. 
 | 
String | 
toString()  | 
public Long getOrderId()
public String getSuccess()
public String getError()
Copyright © 2013–2017. All rights reserved.