Class RegistrationData


  • public class RegistrationData
    extends java.lang.Object
    Cheetah Loyalty Push Notification Registration Response Data Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDeviceId()  
      java.lang.String getToken()  
      void setDeviceId​(java.lang.String deviceId)  
      void setToken​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

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

      • RegistrationData

        public RegistrationData()
    • Method Detail

      • getDeviceId

        public java.lang.String getDeviceId()
      • setDeviceId

        public void setDeviceId​(java.lang.String deviceId)
      • getToken

        public java.lang.String getToken()
      • setToken

        public void setToken​(java.lang.String token)