Interface ControlOperationSummary.Builder

  • Method Details

    • controlIdentifier

      ControlOperationSummary.Builder controlIdentifier(String controlIdentifier)

      The controlIdentifier of a control.

      Parameters:
      controlIdentifier - The controlIdentifier of a control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledControlIdentifier

      ControlOperationSummary.Builder enabledControlIdentifier(String enabledControlIdentifier)

      The controlIdentifier of an enabled control.

      Parameters:
      enabledControlIdentifier - The controlIdentifier of an enabled control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time at which the control operation was completed.

      Parameters:
      endTime - The time at which the control operation was completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationIdentifier

      ControlOperationSummary.Builder operationIdentifier(String operationIdentifier)

      The unique identifier of a control operation.

      Parameters:
      operationIdentifier - The unique identifier of a control operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationType

      ControlOperationSummary.Builder operationType(String operationType)

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operationType

      The type of operation.

      Parameters:
      operationType - The type of operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTime

      The time at which a control operation began.

      Parameters:
      startTime - The time at which a control operation began.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the specified control operation.

      Parameters:
      status - The status of the specified control operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the specified control operation.

      Parameters:
      status - The status of the specified control operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      ControlOperationSummary.Builder statusMessage(String statusMessage)

      A speficic message displayed as part of the control status.

      Parameters:
      statusMessage - A speficic message displayed as part of the control status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetIdentifier

      ControlOperationSummary.Builder targetIdentifier(String targetIdentifier)

      The unique identifier of the target of a control operation.

      Parameters:
      targetIdentifier - The unique identifier of the target of a control operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.