public static class GoogleJsonError.Details
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Details() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
List<GoogleJsonError.ParameterViolations> |
getParameterViolations() |
String |
getReason() |
String |
getType() |
void |
setDetail(String detail) |
void |
setParameterViolations(List<GoogleJsonError.ParameterViolations> parameterViolations)
Sets parameterViolations list as immutable to prevent exposing mutable state.
|
void |
setReason(String reason) |
void |
setType(String type) |
clone, getFactory, set, 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 getType()
public void setType(String type)
public String getDetail()
public void setDetail(String detail)
public String getReason()
public void setReason(String reason)
public List<GoogleJsonError.ParameterViolations> getParameterViolations()
public void setParameterViolations(List<GoogleJsonError.ParameterViolations> parameterViolations)
parameterViolations - Copyright © 2010–2024 Google. All rights reserved.