Class ExposureControlBatchResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ExposureControlBatchResponseInner
A list of exposure control feature values.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ExposureControlBatchResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the exposureControlResponses property: List of exposure control feature values.void
validate()
Validates the instance.withExposureControlResponses
(List<ExposureControlResponseInner> exposureControlResponses) Set the exposureControlResponses property: List of exposure control feature values.
-
Constructor Details
-
ExposureControlBatchResponseInner
public ExposureControlBatchResponseInner()Creates an instance of ExposureControlBatchResponseInner class.
-
-
Method Details
-
exposureControlResponses
Get the exposureControlResponses property: List of exposure control feature values.- Returns:
- the exposureControlResponses value.
-
withExposureControlResponses
public ExposureControlBatchResponseInner withExposureControlResponses(List<ExposureControlResponseInner> exposureControlResponses) Set the exposureControlResponses property: List of exposure control feature values.- Parameters:
exposureControlResponses
- the exposureControlResponses value to set.- Returns:
- the ExposureControlBatchResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-