Class IosApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.IosApplicationConfiguration
- All Implemented Interfaces:
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 the AppStore (com.mycompany.app)getProductBundle
(String productId) int
hashCode()
void
setApplicationId
(String applicationId) Sets the application ID, as deinfed in the AppStore (com.mycompany.app)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
-
IosApplicationConfiguration
public IosApplicationConfiguration()
-
-
Method Details
-
getApplicationId
Gets the Application ID, as defined in the AppStore (com.mycompany.app)- Returns:
- the app id
-
setApplicationId
Sets the application ID, as deinfed in the AppStore (com.mycompany.app)- Parameters:
applicationId
-
-
getProductBundles
-
setProductBundles
-
getProductBundle
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-
toString
- Overrides:
toString
in classApplicationConfiguration
-