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

public class ApplicationConfiguration extends Object implements Serializable
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 Details

    • ApplicationConfiguration

      public ApplicationConfiguration()
  • Method Details

    • getId

      public String getId()
      Gets the actual profile ID.
      Returns:
      the profile ID
    • setId

      public void setId(String id)
      Sets the actual profile ID.
      Parameters:
      id - the profile ID
    • getName

      public String getName()
      Gets the unique identifier for the category.
      Returns:
    • setName

      public void setName(String name)
      Sets the unique identifier for the category.
      Parameters:
      name -
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getParent

      public Application getParent()
      Gets the parent Application
      Returns:
      the parent
    • setParent

      public void setParent(Application parent)
      Sets the parent Application
      Parameters:
      parent - the parent
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object