Class VariableValue<T>
- java.lang.Object
-
- org.activiti.cloud.services.query.model.VariableValue<T>
-
public class VariableValue<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description VariableValue()VariableValue(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)TgetValue()inthashCode()Encountered Java type [class org.activiti.cloud.services.query.model.VariableValue] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode.StringtoString()
-
-
-
Constructor Detail
-
VariableValue
public VariableValue()
-
VariableValue
public VariableValue(T value)
-
-
Method Detail
-
getValue
public T getValue()
-
hashCode
public int hashCode()
Encountered Java type [class org.activiti.cloud.services.query.model.VariableValue] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode. This can lead to significant performance problems when performing equality/dirty checking involving this Java type. Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
-
-