Class ControlOperationSummary

    • Method Detail

      • controlIdentifier

        public final String controlIdentifier()

        The controlIdentifier of a control.

        Returns:
        The controlIdentifier of a control.
      • enabledControlIdentifier

        public final String enabledControlIdentifier()

        The controlIdentifier of an enabled control.

        Returns:
        The controlIdentifier of an enabled control.
      • endTime

        public final Instant endTime()

        The time at which the control operation was completed.

        Returns:
        The time at which the control operation was completed.
      • operationIdentifier

        public final String operationIdentifier()

        The unique identifier of a control operation.

        Returns:
        The unique identifier of a control operation.
      • startTime

        public final Instant startTime()

        The time at which a control operation began.

        Returns:
        The time at which a control operation began.
      • statusMessage

        public final String statusMessage()

        A speficic message displayed as part of the control status.

        Returns:
        A speficic message displayed as part of the control status.
      • targetIdentifier

        public final String targetIdentifier()

        The unique identifier of the target of a control operation.

        Returns:
        The unique identifier of the target of a control operation.
      • 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)