Class ControlOperation

    • Method Detail

      • controlIdentifier

        public final String controlIdentifier()

        The controlIdentifier of the control for the operation.

        Returns:
        The controlIdentifier of the control for the operation.
      • enabledControlIdentifier

        public final String enabledControlIdentifier()

        The controlIdentifier of the enabled control.

        Returns:
        The controlIdentifier of the enabled control.
      • endTime

        public final Instant endTime()

        The time that the operation finished.

        Returns:
        The time that the operation finished.
      • operationIdentifier

        public final String operationIdentifier()

        The identifier of the specified operation.

        Returns:
        The identifier of the specified operation.
      • startTime

        public final Instant startTime()

        The time that the operation began.

        Returns:
        The time that the operation began.
      • statusMessage

        public final String statusMessage()

        If the operation result is FAILED, this string contains a message explaining why the operation failed.

        Returns:
        If the operation result is FAILED, this string contains a message explaining why the operation failed.
      • targetIdentifier

        public final String targetIdentifier()

        The target upon which the control operation is working.

        Returns:
        The target upon which the control operation is working.
      • 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)