ExposureControlRequest Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. ExposureControlRequest
- com.
Implements
public final class ExposureControlRequest
implements JsonSerializable<ExposureControlRequest>
The exposure control request.
Constructor Summary
| Constructor | Description |
|---|---|
| ExposureControlRequest() |
Creates an instance of Exposure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
featureName()
Get the feature |
| String |
featureType()
Get the feature |
|
static
Exposure |
fromJson(JsonReader jsonReader)
Reads an instance of Exposure |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Exposure |
withFeatureName(String featureName)
Set the feature |
|
Exposure |
withFeatureType(String featureType)
Set the feature |
Methods inherited from java.lang.Object
Constructor Details
ExposureControlRequest
public ExposureControlRequest()
Creates an instance of ExposureControlRequest class.
Method Details
featureName
public String featureName()
Get the featureName property: The feature name.
Returns:
featureType
public String featureType()
Get the featureType property: The feature type.
Returns:
fromJson
public static ExposureControlRequest fromJson(JsonReader jsonReader)
Reads an instance of ExposureControlRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withFeatureName
public ExposureControlRequest withFeatureName(String featureName)
Set the featureName property: The feature name.
Parameters:
Returns:
withFeatureType
public ExposureControlRequest withFeatureType(String featureType)
Set the featureType property: The feature type.
Parameters:
Returns: