Class StaticDeliveryAttributeMapping


  • public final class StaticDeliveryAttributeMapping
    extends DeliveryAttributeMapping
    Static delivery attribute mapping details.
    • Constructor Detail

      • StaticDeliveryAttributeMapping

        public StaticDeliveryAttributeMapping()
    • Method Detail

      • value

        public String value()
        Get the value property: Value of the delivery attribute.
        Returns:
        the value value.
      • withValue

        public StaticDeliveryAttributeMapping withValue​(String value)
        Set the value property: Value of the delivery attribute.
        Parameters:
        value - the value value to set.
        Returns:
        the StaticDeliveryAttributeMapping object itself.
      • isSecret

        public Boolean isSecret()
        Get the isSecret property: Boolean flag to tell if the attribute contains sensitive information .
        Returns:
        the isSecret value.
      • withIsSecret

        public StaticDeliveryAttributeMapping withIsSecret​(Boolean isSecret)
        Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information .
        Parameters:
        isSecret - the isSecret value to set.
        Returns:
        the StaticDeliveryAttributeMapping object itself.