Interface OperationResultsDescription


public interface OperationResultsDescription
An immutable client-side representation of OperationResultsDescription.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: The ID of the operation returned.
    Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.
    Gets the name property: The name of the operation result.
    Gets the startTime property: The time that the operation was started.
    Gets the status property: The status of the operation being performed.
  • Method Details

    • id

      String id()
      Gets the id property: The ID of the operation returned.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the operation result.
      Returns:
      the name value.
    • status

      Gets the status property: The status of the operation being performed.
      Returns:
      the status value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The time that the operation was started.
      Returns:
      the startTime value.
    • innerModel

      Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner object.
      Returns:
      the inner object.