Class Substitution


  • public class Substitution
    extends Object

    Substitution class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • Field Detail

      • variable

        @SerializedName("var")
        public String variable
      • value

        @SerializedName("value")
        public String value
    • Constructor Detail

      • Substitution

        public Substitution​(String variable,
                            String value)
        Simple constructor to setup the properties
        Parameters:
        variable - a String object.
        value - a String object.
      • Substitution

        public Substitution()
        Allow instantiation without setting the properties