public class CustomVar extends BusinessObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomVar.CustomVarType
Enum with different CustomVarType
|
| Modifier and Type | Method and Description |
|---|---|
CustomVar.CustomVarType |
getCustomVarType()
Get the custom variable type
|
java.lang.String |
getValue()
Get the custom variable value
|
int |
getVarId()
Get the custom variable identifier
|
getId, setTimestamppublic int getVarId()
public java.lang.String getValue()
public CustomVar.CustomVarType getCustomVarType()