public static class ReplaceTokens.Token
extends java.lang.Object
| Constructor and Description | 
|---|
| ReplaceTokens.Token() | 
public final void setKey(java.lang.String key)
key - The key for this token. Must not be null.public final void setValue(java.lang.String value)
value - The value for this token. Must not be null.public final java.lang.String getKey()
public final java.lang.String getValue()