Class OperationResultsDescriptionInner


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

      • OperationResultsDescriptionInner

        public OperationResultsDescriptionInner()
    • Method Detail

      • 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 String startTime()
        Get the startTime property: The time that the operation was started.
        Returns:
        the startTime value.
      • endTime

        public String endTime()
        Get the endTime property: The time that the operation finished.
        Returns:
        the endTime value.
      • properties

        public Object properties()
        Get the properties property: Additional properties of the operation result.
        Returns:
        the properties value.
      • withProperties

        public OperationResultsDescriptionInner withProperties​(Object properties)
        Set the properties property: Additional properties of the operation result.
        Parameters:
        properties - the properties value to set.
        Returns:
        the OperationResultsDescriptionInner object itself.
      • validate

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