public final class CustomField
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Coordinate API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CustomField() |
| Modifier and Type | Method and Description |
|---|---|
CustomField |
clone() |
java.lang.Long |
getCustomFieldId()
Custom field id.
|
java.lang.String |
getKind()
Identifies this object as a custom field.
|
java.lang.String |
getValue()
Custom field value.
|
CustomField |
set(java.lang.String fieldName,
java.lang.Object value) |
CustomField |
setCustomFieldId(java.lang.Long customFieldId)
Custom field id.
|
CustomField |
setKind(java.lang.String kind)
Identifies this object as a custom field.
|
CustomField |
setValue(java.lang.String value)
Custom field value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getCustomFieldId()
null for nonepublic CustomField setCustomFieldId(java.lang.Long customFieldId)
customFieldId - customFieldId or null for nonepublic java.lang.String getKind()
null for nonepublic CustomField setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getValue()
null for nonepublic CustomField setValue(java.lang.String value)
value - value or null for nonepublic CustomField set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomField clone()
clone in class com.google.api.client.json.GenericJson