Class LongFieldValueSource
- java.lang.Object
-
- com.atlassian.confluence.search.v2.score.LongFieldValueSource
-
- All Implemented Interfaces:
FieldValueSource
public final class LongFieldValueSource extends Object implements FieldValueSource
Represents field its value is of typelong
.- Since:
- 7.0
-
-
Constructor Summary
Constructors Constructor Description LongFieldValueSource(String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFieldName()
Returns field name where the numerical value comes from.int
hashCode()
-
-
-
Constructor Detail
-
LongFieldValueSource
public LongFieldValueSource(String fieldName)
-
-
Method Detail
-
getFieldName
public String getFieldName()
Description copied from interface:FieldValueSource
Returns field name where the numerical value comes from.- Specified by:
getFieldName
in interfaceFieldValueSource
-
-