Class ServiceOwner

    • Constructor Detail

      • ServiceOwner

        public ServiceOwner()
    • Method Detail

      • getNumber

        public int getNumber()
        Get the service owner number.
        Returns:
        The service owner number.
      • setNumber

        public ServiceOwner setNumber​(int number)
        Set the service owner number.
        Parameters:
        number - The service owner number.
        Returns:
        this object.
      • getName

        public String getName()
        Get the service owner name.
        Returns:
        The service owner name.
      • setName

        public ServiceOwner setName​(String name)
        Set the service owner name.
        Parameters:
        name - The service owner name.
        Returns:
        this object.
      • getEmail

        public String getEmail()
        Get the email address of the service owner.
        Returns:
        The email address of the service owner.
      • setEmail

        public ServiceOwner setEmail​(String email)
        Set the email address of the service owner.
        Parameters:
        email - The email address of the service owner.
        Returns:
        this object.
      • getLoginId

        public String getLoginId()
        Get the login ID of the service owner.
        Returns:
        The login ID of the service owner.
      • setLoginId

        public ServiceOwner setLoginId​(String loginId)
        Set the login ID of the service owner.
        Parameters:
        loginId - The login ID of the service owner.
        Returns:
        this object.
      • getApiKey

        public long getApiKey()
        Get the API key of the service owner.
        Returns:
        The API key of the service owner.
      • setApiKey

        public ServiceOwner setApiKey​(long apiKey)
        Set the API key of the service owner.
        Parameters:
        apiKey - The API key of the service owner.
        Returns:
        this object.
      • getApiSecret

        public String getApiSecret()
        Get the API secret of the service owner.
        Returns:
        The API secret of the service owner.
      • setApiSecret

        public ServiceOwner setApiSecret​(String apiSecret)
        Set the API secret of the service owner.
        Parameters:
        apiSecret - The API secret of the service owner.
        Returns:
        this object.
      • getPlan

        public Plan getPlan()
        Get the plan.
        Returns:
        The plan.
      • setPlan

        public ServiceOwner setPlan​(Plan plan)
        Set the plan.
        Parameters:
        plan - The plan.
        Returns:
        this object.