public class ReadCardDataResponse extends BaseResponse
Constructor and Description |
---|
ReadCardDataResponse(boolean success,
ResultCode result)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CardData |
getCardData()
Get the field value
|
void |
setCardData(CardData cardData)
Set the field value
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
public ReadCardDataResponse(boolean success, ResultCode result)
success
- If true then the requested operation succeededresult
- The result of the requested operation