Class RespondableInfo
- java.lang.Object
-
- com.cheetahdigital.rewards.core.model.RespondableInfo
-
public class RespondableInfo extends java.lang.ObjectModel class for the Response Info Contains a message that can be shown to users regarding responding to aReward
-
-
Constructor Summary
Constructors Constructor Description RespondableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()java.lang.StringgetMessage()booleangetValue()voidsetCode(java.lang.String code)voidsetMessage(java.lang.String message)voidsetValue(boolean value)
-