Class SocialNetworkAccountServiceInstanceAssociation


  • public class SocialNetworkAccountServiceInstanceAssociation
    extends java.lang.Object
    Account service instance association.
    Since:
    6.1.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • SocialNetworkAccountServiceInstanceAssociation

        public SocialNetworkAccountServiceInstanceAssociation​(SocialNetworkAccount account,
                                                              java.lang.String serviceInstanceId)
        Creates a new social network service instance association.
        Parameters:
        account - the account.
        serviceInstanceId - the service instance id.
        Since:
        6.1.0
    • Method Detail

      • getAccount

        public SocialNetworkAccount getAccount()
        Returns the account.
        Returns:
        the account
        Since:
        6.1.0
      • setAccount

        public void setAccount​(SocialNetworkAccount account)
        Sets the account.
        Parameters:
        account - the account value to set.
        Since:
        6.1.0
      • getServiceInstanceId

        public java.lang.String getServiceInstanceId()
        Returns the serviceInstanceId.
        Returns:
        the serviceInstanceId
        Since:
        6.1.0
      • setServiceInstanceId

        public void setServiceInstanceId​(java.lang.String serviceInstanceId)
        Sets the serviceInstanceId.
        Parameters:
        serviceInstanceId - the serviceInstanceId value to set.
        Since:
        6.1.0