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 TypeMethodDescriptionbooleanGets the Application ID, as defined in the AppStore (com.mycompany.app)inthashCode()voidsetApplicationId(String applicationId) Sets the application ID, as deinfed in the AppStore (com.mycompany.app)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
-
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-
-
equals
- Overrides:
equalsin classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationConfiguration
-
toString
- Overrides:
toStringin classApplicationConfiguration
-