Class ReadCardDataResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.ReadCardDataResponse
Response object for a read card data request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.remote.CardDataGet the field valuevoidsetCardData(com.clover.remote.CardData cardData) Set the field valueMethods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
ReadCardDataResponse
Constructor- Parameters:
success- If true then the requested operation succeededresult- The result of the requested operation
-
-
Method Details
-
getCardData
public com.clover.remote.CardData getCardData()Get the field value- Returns:
- The data for the card
-
setCardData
public void setCardData(com.clover.remote.CardData cardData) Set the field value- Parameters:
cardData- The data for the card
-