public static class GoogleJsonError.Details
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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–2023 Google. All rights reserved.