Class OperationResultInner

java.lang.Object
com.azure.resourcemanager.orbital.fluent.models.OperationResultInner

public final class OperationResultInner extends Object
Operation Result Entity.
  • Constructor Details

    • OperationResultInner

      public OperationResultInner()
  • Method Details

    • id

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

      public String name()
      Get the name property: Name of the resource.
      Returns:
      the name value.
    • status

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

      public OffsetDateTime startTime()
      Get the startTime property: The operation start time (ISO 8601 UTC standard).
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The operation end time (ISO 8601 UTC standard).
      Returns:
      the endTime value.
    • percentComplete

      public Double percentComplete()
      Get the percentComplete property: Percentage completed.
      Returns:
      the percentComplete value.
    • properties

      public Object properties()
      Get the properties property: Operation result properties.
      Returns:
      the properties value.
    • withProperties

      public OperationResultInner withProperties(Object properties)
      Set the properties property: Operation result properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the OperationResultInner object itself.
    • error

      Get the error property: Operation result error properties.
      Returns:
      the error value.
    • withError

      Set the error property: Operation result error properties.
      Parameters:
      error - the error value to set.
      Returns:
      the OperationResultInner object itself.
    • validate

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