Class ContentToken


  • public class ContentToken
    extends java.lang.Object
    Loyalty ContentToken Data Model
    • Constructor Summary

      Constructors 
      Constructor Description
      ContentToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplyTo()  
      java.lang.String getType()  
      java.lang.String getValue()  
      java.lang.String getVariable()  
      void setApplyTo​(java.lang.String applyTo)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.String value)  
      void setVariable​(java.lang.String variable)  
      • Methods inherited from class java.lang.Object

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

      • ContentToken

        public ContentToken()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getVariable

        public java.lang.String getVariable()
      • setVariable

        public void setVariable​(java.lang.String variable)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getApplyTo

        public java.lang.String getApplyTo()
      • setApplyTo

        public void setApplyTo​(java.lang.String applyTo)