public static class GoogleJsonError.Details extends Object
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) |
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–2022 Google. All rights reserved.