GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
About.Features() |
| Modifier and Type | Method and Description |
|---|---|
About.Features |
clone() |
String |
getFeatureName()
The name of the feature.
|
Double |
getFeatureRate()
The request limit rate for this feature, in queries per second.
|
About.Features |
set(String fieldName,
Object value) |
About.Features |
setFeatureName(String featureName)
The name of the feature.
|
About.Features |
setFeatureRate(Double featureRate)
The request limit rate for this feature, in queries per second.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getFeatureName()
null for nonepublic About.Features setFeatureName(String featureName)
featureName - featureName or null for nonepublic Double getFeatureRate()
null for nonepublic About.Features setFeatureRate(Double featureRate)
featureRate - featureRate or null for nonepublic About.Features set(String fieldName, Object value)
set in class GenericJsonpublic About.Features clone()
clone in class GenericJson