Class FirebaseApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProjectId
(String projectId) void
setServiceAccountCredentials
(String serviceAccountCredentials) Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getCategory, getId, getParent, getProductBundle, getProductBundles, getUniqueIdentifier, setCategory, setId, setParent, setProductBundles, setUniqueIdentifier, toString
-
Constructor Details
-
FirebaseApplicationConfiguration
public FirebaseApplicationConfiguration()
-
-
Method Details
-
getProjectId
-
setProjectId
-
getServiceAccountCredentials
-
setServiceAccountCredentials
-
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-