GenericData.Flags
AbstractMap.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public Raw.Keyvalues clone()
clone
in class GenericJson