Interface HasId

    • Method Detail

      • setId

        void setId​(String id)
        Sets this object's id.
        Parameters:
        id - A new id. Can be null to remove existing id.
      • getId

        Optional<String> getId()
        Returns the id, if exists.
        Returns:
        The id, if any.