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 TypeMethodDescriptionbooleanGets the ClientSecret, which is used to interact with the Sony WebAPI.Corresponds to the SonyNP Identifier.inthashCode()voidsetClientSecret(String clientSecret) Sets the ClientSecret, which is used to interact with the Sony WebAPI.voidsetNpIdentifier(String npIdentifier) Sets the Sony NP Identififer.Methods inherited from class dev.getelements.elements.sdk.model.application.ApplicationConfiguration
getDescription, getId, getName, getParent, getType, setDescription, setId, setName, setParent, setType, 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:
equalsin classApplicationConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationConfiguration
-