Class PSNApplicationConfiguration

java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
All Implemented Interfaces:
Serializable

public class PSNApplicationConfiguration extends ApplicationConfiguration implements Serializable
Houses the necessary information for the Sony WebAPI to communicate with the SocialEngine system. Created by patricktwohig on 7/9/15.
See Also:
  • Constructor Details

    • PSNApplicationConfiguration

      public PSNApplicationConfiguration()
  • Method Details

    • getNpIdentifier

      public String getNpIdentifier()
      Corresponds to the SonyNP Identifier.
      Returns:
      the sony NP Identifier.
    • setNpIdentifier

      public void setNpIdentifier(String npIdentifier)
      Sets the Sony NP Identififer.
      Parameters:
      npIdentifier -
    • getClientSecret

      public String getClientSecret()
      Gets the ClientSecret, which is used to interact with the Sony WebAPI.
      Returns:
      the client Secret
    • setClientSecret

      public void setClientSecret(String clientSecret)
      Sets the ClientSecret, which is used to interact with the Sony WebAPI.
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class ApplicationConfiguration