GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Goal.VisitNumPagesDetails() |
Modifier and Type | Method and Description |
---|---|
Goal.VisitNumPagesDetails |
clone() |
String |
getComparisonType()
Type of comparison.
|
Long |
getComparisonValue()
Value used for this comparison.
|
Goal.VisitNumPagesDetails |
set(String fieldName,
Object value) |
Goal.VisitNumPagesDetails |
setComparisonType(String comparisonType)
Type of comparison.
|
Goal.VisitNumPagesDetails |
setComparisonValue(Long comparisonValue)
Value used for this comparison.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getComparisonType()
null
for nonepublic Goal.VisitNumPagesDetails setComparisonType(String comparisonType)
comparisonType
- comparisonType or null
for nonepublic Long getComparisonValue()
null
for nonepublic Goal.VisitNumPagesDetails setComparisonValue(Long comparisonValue)
comparisonValue
- comparisonValue or null
for nonepublic Goal.VisitNumPagesDetails set(String fieldName, Object value)
set
in class GenericJson
public Goal.VisitNumPagesDetails clone()
clone
in class GenericJson