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
-
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: The ETag of the resource, used for concurrency statements.void
validate()
Validates the instance.value()
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
-
Constructor Details
-
DetectorResponseInner
public DetectorResponseInner()Creates an instance of DetectorResponseInner class.
-
-
Method Details
-
etag
Get the etag property: The ETag of the resource, used for concurrency statements.- Returns:
- the etag value.
-
value
Get the value property: A base64 encoded string that represents the content of a detector.- Returns:
- the value value.
-
withValue
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.
-