Class LastMitigationActionOnJob

java.lang.Object
com.azure.resourcemanager.databox.models.LastMitigationActionOnJob

public final class LastMitigationActionOnJob extends Object
Last Mitigation Action Performed On Job.
  • Constructor Details

    • LastMitigationActionOnJob

      public LastMitigationActionOnJob()
      Creates an instance of LastMitigationActionOnJob class.
  • Method Details

    • actionDateTimeInUtc

      public OffsetDateTime actionDateTimeInUtc()
      Get the actionDateTimeInUtc property: Action performed date time.
      Returns:
      the actionDateTimeInUtc value.
    • withActionDateTimeInUtc

      public LastMitigationActionOnJob withActionDateTimeInUtc(OffsetDateTime actionDateTimeInUtc)
      Set the actionDateTimeInUtc property: Action performed date time.
      Parameters:
      actionDateTimeInUtc - the actionDateTimeInUtc value to set.
      Returns:
      the LastMitigationActionOnJob object itself.
    • isPerformedByCustomer

      public Boolean isPerformedByCustomer()
      Get the isPerformedByCustomer property: Action performed by customer, possibility is that mitigation might happen by customer or service or by ops.
      Returns:
      the isPerformedByCustomer value.
    • withIsPerformedByCustomer

      public LastMitigationActionOnJob withIsPerformedByCustomer(Boolean isPerformedByCustomer)
      Set the isPerformedByCustomer property: Action performed by customer, possibility is that mitigation might happen by customer or service or by ops.
      Parameters:
      isPerformedByCustomer - the isPerformedByCustomer value to set.
      Returns:
      the LastMitigationActionOnJob object itself.
    • customerResolution

      public CustomerResolutionCode customerResolution()
      Get the customerResolution property: Resolution code provided by customer.
      Returns:
      the customerResolution value.
    • withCustomerResolution

      public LastMitigationActionOnJob withCustomerResolution(CustomerResolutionCode customerResolution)
      Set the customerResolution property: Resolution code provided by customer.
      Parameters:
      customerResolution - the customerResolution value to set.
      Returns:
      the LastMitigationActionOnJob object itself.
    • validate

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