Interface TextMessageVariable


public interface TextMessageVariable
Generated by: JavaInterface
  • Method Details

    • setValue

      void setValue(String val)
      Parameters:
      val - The value of the variable.
      Since:
      ARI_1_5_0
    • setKey

      void setKey(String val)
      Parameters:
      val - A unique key identifying the variable.
      Since:
      ARI_1_5_0
    • getKey

      String getKey()
      A unique key identifying the variable.
      Returns:
      String
      Since:
      ARI_1_5_0
    • getValue

      String getValue()
      The value of the variable.
      Returns:
      String
      Since:
      ARI_1_5_0