Class DetectorResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner

public final class DetectorResponseInner extends com.azure.core.management.ProxyResource
Contains the information for a detector.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of DetectorResponseInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the etag property: The ETag of the resource, used for concurrency statements.
    void
    Validates the instance.
    Get the value property: A base64 encoded string that represents the content of a detector.
    Set the value property: A base64 encoded string that represents the content of a detector.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DetectorResponseInner

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

    • etag

      public String etag()
      Get the etag property: The ETag of the resource, used for concurrency statements.
      Returns:
      the etag value.
    • 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 DetectorResponseInner 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 DetectorResponseInner object itself.
    • validate

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