GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
About.ImportFormats() |
| Modifier and Type | Method and Description |
|---|---|
About.ImportFormats |
clone() |
String |
getSource()
The imported file's content type to convert from.
|
List<String> |
getTargets()
The possible content types to convert to.
|
About.ImportFormats |
set(String fieldName,
Object value) |
About.ImportFormats |
setSource(String source)
The imported file's content type to convert from.
|
About.ImportFormats |
setTargets(List<String> targets)
The possible content types to convert to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getSource()
null for nonepublic About.ImportFormats setSource(String source)
source - source or null for nonepublic List<String> getTargets()
null for nonepublic About.ImportFormats setTargets(List<String> targets)
targets - targets or null for nonepublic About.ImportFormats set(String fieldName, Object value)
set in class GenericJsonpublic About.ImportFormats clone()
clone in class GenericJson