Class ApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FacebookApplicationConfiguration
,FirebaseApplicationConfiguration
,GooglePlayApplicationConfiguration
,IosApplicationConfiguration
,MatchmakingApplicationConfiguration
,PSNApplicationConfiguration
Ties the
Application
model to one of its associated profiles as represented by the type. The type indicates
the fully qualified class name of the model that represents the profile. For example, a matchmaking profile is
MatchmakingApplicationConfiguration
Created by patricktwohig on 7/10/15.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
Gets the actual profile ID.getName()
Gets the unique identifier for the category.Gets the parentApplication
getType()
int
hashCode()
void
setDescription
(String description) void
Sets the actual profile ID.void
Sets the unique identifier for the category.void
setParent
(Application parent) Sets the parentApplication
void
toString()
-
Constructor Details
-
ApplicationConfiguration
public ApplicationConfiguration()
-
-
Method Details
-
getId
Gets the actual profile ID.- Returns:
- the profile ID
-
setId
Sets the actual profile ID.- Parameters:
id
- the profile ID
-
getName
Gets the unique identifier for the category.- Returns:
-
setName
Sets the unique identifier for the category.- Parameters:
name
-
-
getType
-
setType
-
getDescription
-
setDescription
-
getParent
Gets the parentApplication
- Returns:
- the parent
-
setParent
Sets the parentApplication
- Parameters:
parent
- the parent
-
equals
-
hashCode
public int hashCode() -
toString
-