Class RegisterUserResponse

    • Constructor Detail

      • RegisterUserResponse

        public RegisterUserResponse​(ServiceResponse.ServiceResult result)
        Instantiates a new register user response.
        Parameters:
        result - the result
    • Method Detail

      • getUserAccount

        public com.hack23.cia.model.internal.application.user.impl.UserAccount getUserAccount()
        Gets the user account.
        Returns:
        the user account
      • setUserAccount

        public void setUserAccount​(com.hack23.cia.model.internal.application.user.impl.UserAccount userAccount)
        Sets the user account.
        Parameters:
        userAccount - the new user account