Class BatchDeleteAgentError

    • Method Detail

      • agentId

        public final String agentId()

        The ID of the agent or data collector to delete.

        Returns:
        The ID of the agent or data collector to delete.
      • errorMessage

        public final String errorMessage()

        The description of the error that occurred for the delete failed agent.

        Returns:
        The description of the error that occurred for the delete failed agent.
      • errorCode

        public final DeleteAgentErrorCode errorCode()

        The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.

        If the service returns an enum value that is not available in the current SDK version, errorCode will return DeleteAgentErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from errorCodeAsString().

        Returns:
        The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
        See Also:
        DeleteAgentErrorCode
      • errorCodeAsString

        public final String errorCodeAsString()

        The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.

        If the service returns an enum value that is not available in the current SDK version, errorCode will return DeleteAgentErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from errorCodeAsString().

        Returns:
        The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
        See Also:
        DeleteAgentErrorCode
      • 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)