Class PSNApplicationConfiguration
java.lang.Object
dev.getelements.elements.sdk.model.application.ApplicationConfiguration
dev.getelements.elements.sdk.model.application.PSNApplicationConfiguration
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the ClientSecret, which is used to interact with the Sony WebAPI.Corresponds to the SonyNP Identifier.int
hashCode()
void
setClientSecret
(String clientSecret) Sets the ClientSecret, which is used to interact with the Sony WebAPI.void
setNpIdentifier
(String npIdentifier) Sets the Sony NP Identififer.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
-
PSNApplicationConfiguration
public PSNApplicationConfiguration()
-
-
Method Details
-
getNpIdentifier
Corresponds to the SonyNP Identifier.- Returns:
- the sony NP Identifier.
-
setNpIdentifier
Sets the Sony NP Identififer.- Parameters:
npIdentifier
-
-
getClientSecret
Gets the ClientSecret, which is used to interact with the Sony WebAPI.- Returns:
- the client Secret
-
setClientSecret
Sets the ClientSecret, which is used to interact with the Sony WebAPI. -
equals
- Overrides:
equals
in classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationConfiguration
-