Class ExposureControlRequest
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ExposureControlRequest
-
public final class ExposureControlRequest extends Object
The exposure control request.
-
-
Constructor Summary
Constructors Constructor Description ExposureControlRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
featureName()
Get the featureName property: The feature name.String
featureType()
Get the featureType property: The feature type.void
validate()
Validates the instance.ExposureControlRequest
withFeatureName(String featureName)
Set the featureName property: The feature name.ExposureControlRequest
withFeatureType(String featureType)
Set the featureType property: The feature type.
-
-
-
Method Detail
-
featureName
public String featureName()
Get the featureName property: The feature name.- Returns:
- the featureName value.
-
withFeatureName
public ExposureControlRequest withFeatureName(String featureName)
Set the featureName property: The feature name.- Parameters:
featureName
- the featureName value to set.- Returns:
- the ExposureControlRequest object itself.
-
featureType
public String featureType()
Get the featureType property: The feature type.- Returns:
- the featureType value.
-
withFeatureType
public ExposureControlRequest withFeatureType(String featureType)
Set the featureType property: The feature type.- Parameters:
featureType
- the featureType value to set.- Returns:
- the ExposureControlRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-