Class GooglePlayApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.GooglePlayApplicationConfiguration
- All Implemented Interfaces:
Serializable
public class GooglePlayApplicationConfiguration
extends ApplicationConfiguration
implements Serializable
Represents the application profile and any associated metadata, such as APNS certificate
or other information.
Created by patricktwohig on 5/23/17.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the Application ID, as defined in Google Play (com.mycompany.app)int
hashCode()
void
setApplicationId
(String applicationId) Sets the Application IDvoid
setJsonKey
(Map<String, Object> jsonKey) toString()
Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getCategory, getId, getParent, getProductBundle, getProductBundles, getUniqueIdentifier, setCategory, setId, setParent, setProductBundles, setUniqueIdentifier
-
Constructor Details
-
GooglePlayApplicationConfiguration
public GooglePlayApplicationConfiguration()
-
-
Method Details
-
getApplicationId
Gets the Application ID, as defined in Google Play (com.mycompany.app)- Returns:
-
setApplicationId
Sets the Application ID- Parameters:
applicationId
-
-
getJsonKey
-
setJsonKey
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-
toString
- Overrides:
toString
in classApplicationConfiguration
-