Class RemediationEta

java.lang.Object
com.azure.resourcemanager.security.models.RemediationEta

public final class RemediationEta extends Object
The ETA (estimated time of arrival) for remediation.
  • Constructor Details

    • RemediationEta

      public RemediationEta()
  • Method Details

    • eta

      public OffsetDateTime eta()
      Get the eta property: ETA for remediation.
      Returns:
      the eta value.
    • withEta

      public RemediationEta withEta(OffsetDateTime eta)
      Set the eta property: ETA for remediation.
      Parameters:
      eta - the eta value to set.
      Returns:
      the RemediationEta object itself.
    • justification

      public String justification()
      Get the justification property: Justification for change of Eta.
      Returns:
      the justification value.
    • withJustification

      public RemediationEta withJustification(String justification)
      Set the justification property: Justification for change of Eta.
      Parameters:
      justification - the justification value to set.
      Returns:
      the RemediationEta object itself.
    • validate

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