Class Details
- java.lang.Object
-
- com.cheetahdigital.corekit.models.data.BaseData
-
- com.cheetahdigital.members.core.model.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.StringgetAsString(java.lang.String key)Returns the String value of the member attribute for the key Forces the value to be a string by calling thetoString()method of the objectConnectiongetConnection()java.lang.StringgetConnectionStatus()java.util.HashMap<java.lang.String,java.lang.Object>getInterests()com.google.gson.internal.LinkedTreeMap<java.lang.String,java.lang.Object>getMember()voidsetConnection(Connection connection)voidsetConnectionStatus(java.lang.String connectionStatus)voidsetInterests(java.util.HashMap<java.lang.String,java.lang.Object> interests)voidsetMember(com.google.gson.internal.LinkedTreeMap<java.lang.String,java.lang.Object> member)-
Methods inherited from class com.cheetahdigital.corekit.models.data.BaseData
getId, getIntegrationId, setId, setIntegrationId
-
-
-
-
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 thetoString()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
-
-