Class OperationResultsDescriptionInner

java.lang.Object
com.azure.resourcemanager.botservice.fluent.models.OperationResultsDescriptionInner

public final class OperationResultsDescriptionInner extends Object
The properties indicating the operation result of an operation on a service.
  • Constructor Details

    • OperationResultsDescriptionInner

      public OperationResultsDescriptionInner()
  • Method Details

    • id

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

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

      public OperationResultStatus status()
      Get the status property: The status of the operation being performed.
      Returns:
      the status value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The time that the operation was started.
      Returns:
      the startTime value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.