Class AgentCollaborator

    • Method Detail

      • agentId

        public final String agentId()

        The collaborator's agent ID.

        Returns:
        The collaborator's agent ID.
      • agentVersion

        public final String agentVersion()

        The collaborator's agent version.

        Returns:
        The collaborator's agent version.
      • agentDescriptor

        public final AgentDescriptor agentDescriptor()

        The collaborator's agent descriptor.

        Returns:
        The collaborator's agent descriptor.
      • collaboratorId

        public final String collaboratorId()

        The collaborator's collaborator ID.

        Returns:
        The collaborator's collaborator ID.
      • collaborationInstruction

        public final String collaborationInstruction()

        The collaborator's instructions.

        Returns:
        The collaborator's instructions.
      • collaboratorName

        public final String collaboratorName()

        The collaborator's collaborator name.

        Returns:
        The collaborator's collaborator name.
      • createdAt

        public final Instant createdAt()

        When the collaborator was created.

        Returns:
        When the collaborator was created.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        When the collaborator was updated.

        Returns:
        When the collaborator was updated.
      • clientToken

        public final String clientToken()

        The collaborator's client token.

        Returns:
        The collaborator's client token.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)