Class FirebaseApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.FirebaseApplicationConfiguration
- All Implemented Interfaces:
Serializable
Represents a Firebase application configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the Firebase project identifier.Returns the service account credentials JSON.inthashCode()voidsetProjectId(String projectId) Sets the Firebase project identifier.voidsetServiceAccountCredentials(String serviceAccountCredentials) Sets the service account credentials JSON.Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getDescription, getId, getName, getParent, getType, setDescription, setId, setName, setParent, setType, toString
-
Constructor Details
-
FirebaseApplicationConfiguration
public FirebaseApplicationConfiguration()Creates a new instance.
-
-
Method Details
-
getProjectId
Returns the Firebase project identifier.- Returns:
- the project ID
-
setProjectId
Sets the Firebase project identifier.- Parameters:
projectId- the project ID
-
getServiceAccountCredentials
Returns the service account credentials JSON.- Returns:
- the service account credentials
-
setServiceAccountCredentials
Sets the service account credentials JSON.- Parameters:
serviceAccountCredentials- the service account credentials
-
equals
- Overrides:
equalsin classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationConfiguration
-