Class Details


  • public class Details
    extends BaseData
    Cheetah Loyalty Details Data Model
    • Constructor Summary

      Constructors 
      Constructor Description
      Details()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAsString​(java.lang.String key)
      Returns the String value of the member attribute for the key Forces the value to be a string by calling the toString() method of the object
      Connection getConnection()  
      java.lang.String getConnectionStatus()  
      java.util.HashMap<java.lang.String,​java.lang.Object> getInterests()  
      com.google.gson.internal.LinkedTreeMap<java.lang.String,​java.lang.Object> getMember()  
      void setConnection​(Connection connection)  
      void setConnectionStatus​(java.lang.String connectionStatus)  
      void setInterests​(java.util.HashMap<java.lang.String,​java.lang.Object> interests)  
      void setMember​(com.google.gson.internal.LinkedTreeMap<java.lang.String,​java.lang.Object> member)  
      • Methods inherited from class java.lang.Object

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

      • Details

        public Details()
    • Method Detail

      • getMember

        public com.google.gson.internal.LinkedTreeMap<java.lang.String,​java.lang.Object> getMember()
      • setMember

        public void setMember​(com.google.gson.internal.LinkedTreeMap<java.lang.String,​java.lang.Object> member)
      • getConnectionStatus

        public java.lang.String getConnectionStatus()
      • setConnectionStatus

        public void setConnectionStatus​(java.lang.String connectionStatus)
      • getInterests

        public java.util.HashMap<java.lang.String,​java.lang.Object> getInterests()
      • setInterests

        public void setInterests​(java.util.HashMap<java.lang.String,​java.lang.Object> interests)
      • getConnection

        public Connection getConnection()
      • setConnection

        public void setConnection​(Connection connection)
      • getAsString

        public java.lang.String getAsString​(java.lang.String key)
        Returns the String value of the member attribute for the key Forces the value to be a string by calling the toString() method of the object
        Parameters:
        key - name of the member attribute, must match the name in metadata
        Returns:
        value if not empty or null else empty string