Class ExposureControlResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.ExposureControlResponseInner
-
public final class ExposureControlResponseInner extends Object
The exposure control response.
-
-
Constructor Summary
Constructors Constructor Description ExposureControlResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
featureName()
Get the featureName property: The feature name.void
validate()
Validates the instance.String
value()
Get the value property: The feature value.
-
-
-
Method Detail
-
featureName
public String featureName()
Get the featureName property: The feature name.- Returns:
- the featureName value.
-
value
public String value()
Get the value property: The feature value.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-