public final class FieldError
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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
FieldError()  | 
| Modifier and Type | Method and Description | 
|---|---|
FieldError | 
clone()  | 
Integer | 
getFieldId()
Output only. 
 | 
String | 
getFieldName()
Output only. 
 | 
List<String> | 
getFieldValues()
Output only. 
 | 
String | 
getIngestionError()
Output only. 
 | 
Boolean | 
getIsError()
Output only. 
 | 
FieldError | 
set(String fieldName,
   Object value)  | 
FieldError | 
setFieldId(Integer fieldId)
Output only. 
 | 
FieldError | 
setFieldName(String fieldName)
Output only. 
 | 
FieldError | 
setFieldValues(List<String> fieldValues)
Output only. 
 | 
FieldError | 
setIngestionError(String ingestionError)
Output only. 
 | 
FieldError | 
setIsError(Boolean isError)
Output only. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getFieldId()
null for nonepublic FieldError setFieldId(Integer fieldId)
fieldId - fieldId or null for nonepublic String getFieldName()
null for nonepublic FieldError setFieldName(String fieldName)
fieldName - fieldName or null for nonepublic List<String> getFieldValues()
null for nonepublic FieldError setFieldValues(List<String> fieldValues)
fieldValues - fieldValues or null for nonepublic String getIngestionError()
null for nonepublic FieldError setIngestionError(String ingestionError)
ingestionError - ingestionError or null for nonepublic Boolean getIsError()
null for nonepublic FieldError setIsError(Boolean isError)
isError - isError or null for nonepublic FieldError set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FieldError clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.