Class RespondableInfo
- java.lang.Object
-
- com.cheetahdigital.giftcards.core.model.RespondableInfo
-
public class RespondableInfo extends java.lang.Object
Cheetah Loyalty Respondable Info Data Model
-
-
Constructor Summary
Constructors Constructor Description RespondableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
java.lang.String
getMessage()
boolean
getValue()
void
setCode(java.lang.String code)
void
setMessage(java.lang.String message)
void
setValue(boolean value)
-