Class BotMember

    • Method Detail

      • botMemberId

        public final String botMemberId()

        The unique ID of a bot that is a member of this network of bots.

        Returns:
        The unique ID of a bot that is a member of this network of bots.
      • botMemberName

        public final String botMemberName()

        The unique name of a bot that is a member of this network of bots.

        Returns:
        The unique name of a bot that is a member of this network of bots.
      • botMemberAliasId

        public final String botMemberAliasId()

        The alias ID of a bot that is a member of this network of bots.

        Returns:
        The alias ID of a bot that is a member of this network of bots.
      • botMemberAliasName

        public final String botMemberAliasName()

        The alias name of a bot that is a member of this network of bots.

        Returns:
        The alias name of a bot that is a member of this network of bots.
      • botMemberVersion

        public final String botMemberVersion()

        The version of a bot that is a member of this network of bots.

        Returns:
        The version of a bot that is a member of this network of bots.
      • 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)