Class DynamicDeliveryAttributeMappingProperties


  • public final class DynamicDeliveryAttributeMappingProperties
    extends Object
    Properties of dynamic delivery attribute mapping.
    • Constructor Detail

      • DynamicDeliveryAttributeMappingProperties

        public DynamicDeliveryAttributeMappingProperties()
    • 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.