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)getProductBundle
(String productId) int
hashCode()
void
setApplicationId
(String applicationId) Sets the Application IDvoid
setJsonKey
(Map<String, Object> jsonKey) void
setProductBundles
(List<ProductBundle> productBundles) toString()
Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getDescription, getId, getName, getParent, getType, setDescription, setId, setName, setParent, setType
-
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
-
getProductBundles
-
setProductBundles
-
getProductBundle
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-
toString
- Overrides:
toString
in classApplicationConfiguration
-