Package com.yahoo.search.grouping.result
Class ValueGroupId<T>
- java.lang.Object
-
- com.yahoo.search.grouping.result.GroupId
-
- com.yahoo.search.grouping.result.ValueGroupId<T>
-
-
Constructor Summary
Constructors Constructor Description ValueGroupId(java.lang.String type, T value)
Constructs a new instance of this class.ValueGroupId(java.lang.String type, T value, java.lang.String valueImage)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Returns the identifying value.-
Methods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
-
-
-
Constructor Detail
-
ValueGroupId
public ValueGroupId(java.lang.String type, T value)
Constructs a new instance of this class.- Parameters:
type
- The type of this id's value.value
- The identifying value.
-
ValueGroupId
public ValueGroupId(java.lang.String type, T value, java.lang.String valueImage)
Constructs a new instance of this class.- Parameters:
type
- The type of this id's value.value
- The identifying value.valueImage
- The String representation of thevalue
argument.
-
-
Method Detail
-
getValue
public T getValue()
Returns the identifying value.- Returns:
- The value.
-
-