Class DetectorResponseProperties

java.lang.Object
com.azure.resourcemanager.batch.fluent.models.DetectorResponseProperties

public final class DetectorResponseProperties extends Object
Detector response properties.
  • Constructor Details

    • DetectorResponseProperties

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

    • value

      public String value()
      Get the value property: A base64 encoded string that represents the content of a detector.
      Returns:
      the value value.
    • withValue

      public DetectorResponseProperties withValue(String value)
      Set the value property: A base64 encoded string that represents the content of a detector.
      Parameters:
      value - the value value to set.
      Returns:
      the DetectorResponseProperties object itself.
    • validate

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