Class DynamicDeliveryAttributeMappingProperties
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.DynamicDeliveryAttributeMappingProperties
-
public final class DynamicDeliveryAttributeMappingProperties extends Object
Properties of dynamic delivery attribute mapping.
-
-
Constructor Summary
Constructors Constructor Description DynamicDeliveryAttributeMappingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsourceField()Get the sourceField property: JSON path in the event which contains attribute value.voidvalidate()Validates the instance.DynamicDeliveryAttributeMappingPropertieswithSourceField(String sourceField)Set the sourceField property: JSON path in the event which contains attribute value.
-
-
-
Method Detail
-
sourceField
public String sourceField()
Get the sourceField property: JSON path in the event which contains attribute value.- Returns:
- the sourceField value.
-
withSourceField
public DynamicDeliveryAttributeMappingProperties withSourceField(String sourceField)
Set the sourceField property: JSON path in the event which contains attribute value.- Parameters:
sourceField- the sourceField value to set.- Returns:
- the DynamicDeliveryAttributeMappingProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-