Class StaticDeliveryAttributeMappingProperties


  • public final class StaticDeliveryAttributeMappingProperties
    extends Object
    Properties of static delivery attribute mapping.
    • Constructor Detail

      • StaticDeliveryAttributeMappingProperties

        public StaticDeliveryAttributeMappingProperties()
    • Method Detail

      • value

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

        public StaticDeliveryAttributeMappingProperties withValue​(String value)
        Set the value property: Value of the delivery attribute.
        Parameters:
        value - the value value to set.
        Returns:
        the StaticDeliveryAttributeMappingProperties 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 StaticDeliveryAttributeMappingProperties 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 StaticDeliveryAttributeMappingProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.