public final class GenerateConfigReportResponse 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 Service Management 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 |
|---|
GenerateConfigReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
GenerateConfigReportResponse |
clone() |
List<ChangeReport> |
getChangeReports()
list of ChangeReport, each corresponding to comparison between two service configurations.
|
List<Diagnostic> |
getDiagnostics()
Errors / Linter warnings associated with the service definition this report belongs to.
|
String |
getId()
ID of the service configuration this report belongs to.
|
String |
getServiceName()
Name of the service this report belongs to.
|
GenerateConfigReportResponse |
set(String fieldName,
Object value) |
GenerateConfigReportResponse |
setChangeReports(List<ChangeReport> changeReports)
list of ChangeReport, each corresponding to comparison between two service configurations.
|
GenerateConfigReportResponse |
setDiagnostics(List<Diagnostic> diagnostics)
Errors / Linter warnings associated with the service definition this report belongs to.
|
GenerateConfigReportResponse |
setId(String id)
ID of the service configuration this report belongs to.
|
GenerateConfigReportResponse |
setServiceName(String serviceName)
Name of the service this report belongs to.
|
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 List<ChangeReport> getChangeReports()
null for nonepublic GenerateConfigReportResponse setChangeReports(List<ChangeReport> changeReports)
changeReports - changeReports or null for nonepublic List<Diagnostic> getDiagnostics()
null for nonepublic GenerateConfigReportResponse setDiagnostics(List<Diagnostic> diagnostics)
diagnostics - diagnostics or null for nonepublic String getId()
null for nonepublic GenerateConfigReportResponse setId(String id)
id - id or null for nonepublic String getServiceName()
null for nonepublic GenerateConfigReportResponse setServiceName(String serviceName)
serviceName - serviceName or null for nonepublic GenerateConfigReportResponse set(String fieldName, Object value)
set in class GenericJsonpublic GenerateConfigReportResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.