Class MitigateJobRequest

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

public final class MitigateJobRequest extends Object
The Mitigate Job captured from request body for Mitigate API.
  • Constructor Details

    • MitigateJobRequest

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

    • customerResolutionCode

      public CustomerResolutionCode customerResolutionCode()
      Get the customerResolutionCode property: Resolution code for the job.
      Returns:
      the customerResolutionCode value.
    • withCustomerResolutionCode

      public MitigateJobRequest withCustomerResolutionCode(CustomerResolutionCode customerResolutionCode)
      Set the customerResolutionCode property: Resolution code for the job.
      Parameters:
      customerResolutionCode - the customerResolutionCode value to set.
      Returns:
      the MitigateJobRequest object itself.
    • validate

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