Class Value

public class Value

Last set value of user property. Value for Event Params and UserProperty can be of type string or int or float or double.

Inheritance

java.lang.Object > Value

Constructors

Value()

public Value()

Methods

getDoubleValue()

public Double getDoubleValue()
Returns
TypeDescription
Double

getFloatValue()

public Double getFloatValue()
Returns
TypeDescription
Double

getIntValue()

public Long getIntValue()
Returns
TypeDescription
Long

getStringValue()

public String getStringValue()
Returns
TypeDescription
String

setDoubleValue(Double value)

public void setDoubleValue(Double value)
Parameter
NameDescription
valueDouble

setFloatValue(Double value)

public void setFloatValue(Double value)
Parameter
NameDescription
valueDouble

setIntValue(Long value)

public void setIntValue(Long value)
Parameter
NameDescription
valueLong

setStringValue(String value)

public void setStringValue(String value)
Parameter
NameDescription
valueString