public final class MigrationJobVerificationError extends 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 Database Migration API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MigrationJobVerificationError() |
| Modifier and Type | Method and Description |
|---|---|
MigrationJobVerificationError |
clone() |
String |
getErrorCode()
Output only.
|
String |
getErrorDetailMessage()
Output only.
|
String |
getErrorMessage()
Output only.
|
MigrationJobVerificationError |
set(String fieldName,
Object value) |
MigrationJobVerificationError |
setErrorCode(String errorCode)
Output only.
|
MigrationJobVerificationError |
setErrorDetailMessage(String errorDetailMessage)
Output only.
|
MigrationJobVerificationError |
setErrorMessage(String errorMessage)
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 String getErrorCode()
null for nonepublic MigrationJobVerificationError setErrorCode(String errorCode)
errorCode - errorCode or null for nonepublic String getErrorDetailMessage()
null for nonepublic MigrationJobVerificationError setErrorDetailMessage(String errorDetailMessage)
errorDetailMessage - errorDetailMessage or null for nonepublic String getErrorMessage()
null for nonepublic MigrationJobVerificationError setErrorMessage(String errorMessage)
errorMessage - errorMessage or null for nonepublic MigrationJobVerificationError set(String fieldName, Object value)
set in class GenericJsonpublic MigrationJobVerificationError clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.