GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Raw.Keyvalues() |
| Modifier and Type | Method and Description |
|---|---|
Raw.Keyvalues |
clone() |
String |
getAlgorithm() |
String |
getExponent() |
String |
getKeyid() |
String |
getModulus() |
Raw.Keyvalues |
set(String fieldName,
Object value) |
Raw.Keyvalues |
setAlgorithm(String algorithm) |
Raw.Keyvalues |
setExponent(String exponent) |
Raw.Keyvalues |
setKeyid(String keyid) |
Raw.Keyvalues |
setModulus(String modulus) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAlgorithm()
null for nonepublic Raw.Keyvalues setAlgorithm(String algorithm)
algorithm - algorithm or null for nonepublic String getExponent()
null for nonepublic Raw.Keyvalues setExponent(String exponent)
exponent - exponent or null for nonepublic String getKeyid()
null for nonepublic Raw.Keyvalues setKeyid(String keyid)
keyid - keyid or null for nonepublic String getModulus()
null for nonepublic Raw.Keyvalues setModulus(String modulus)
modulus - modulus or null for nonepublic Raw.Keyvalues set(String fieldName, Object value)
set in class GenericJsonpublic Raw.Keyvalues clone()
clone in class GenericJson