Class ExposureControlRequest

java.lang.Object
com.azure.analytics.synapse.artifacts.models.ExposureControlRequest

public final class ExposureControlRequest extends Object
The exposure control request.
  • Constructor Details

    • ExposureControlRequest

      public ExposureControlRequest()
  • Method Details

    • getFeatureName

      public String getFeatureName()
      Get the featureName property: The feature name.
      Returns:
      the featureName value.
    • setFeatureName

      public ExposureControlRequest setFeatureName(String featureName)
      Set the featureName property: The feature name.
      Parameters:
      featureName - the featureName value to set.
      Returns:
      the ExposureControlRequest object itself.
    • getFeatureType

      public String getFeatureType()
      Get the featureType property: The feature type.
      Returns:
      the featureType value.
    • setFeatureType

      public ExposureControlRequest setFeatureType(String featureType)
      Set the featureType property: The feature type.
      Parameters:
      featureType - the featureType value to set.
      Returns:
      the ExposureControlRequest object itself.