Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RespondableInfo

        public RespondableInfo()
    • Method Detail

      • getValue

        public boolean getValue()
      • getCode

        public java.lang.String getCode()
      • getMessage

        public java.lang.String getMessage()
      • setValue

        public void setValue​(boolean value)
      • setCode

        public void setCode​(java.lang.String code)
      • setMessage

        public void setMessage​(java.lang.String message)