Template

public class Template

Represents a user-defined template, basically a string identified by a name which typically will be CCXML/VXML to be returned to an IVR provider. See https://velocity.apache.org/ for the template language rules.

Constructors

Template

public Template(String name, String value)

Methods

equals

public boolean equals(Object o)

getName

public String getName()

getValue

public String getValue()

hashCode

public int hashCode()

setName

public void setName(String name)

setValue

public void setValue(String value)

toString

public String toString()