public class CustomUrlParam
extends java.lang.Object
Custom URL Parameters are used to trigger Rules based on any piece of information that
IT can pass through the engine.
For example, if you know that a user is signed in, and is a high net worth client,
then a Custom URL Parameter can be used to fire a rule exclusively for high net worth clients.
| Constructor and Description |
|---|
CustomUrlParam() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
CustomUrlParam |
setKey(java.lang.String key) |
CustomUrlParam |
setValue(java.lang.String value) |
public java.lang.String getKey()
public CustomUrlParam setKey(java.lang.String key)
key - Set the name of this keypublic java.lang.String getValue()
public CustomUrlParam setValue(java.lang.String value)
value - Set the value.Copyright © 2013–2016 GroupBy Inc.. All rights reserved.