Interface OpsEntityItem.Builder

    • Method Detail

      • captureTime

        OpsEntityItem.Builder captureTime​(String captureTime)

        The time the OpsData was captured.

        Parameters:
        captureTime - The time the OpsData was captured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • content

        OpsEntityItem.Builder content​(Collection<? extends Map<String,​String>> content)

        The details of an OpsData summary.

        Parameters:
        content - The details of an OpsData summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • content

        OpsEntityItem.Builder content​(Map<String,​String>... content)

        The details of an OpsData summary.

        Parameters:
        content - The details of an OpsData summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.