public final class Diagnostic
extends com.google.api.client.json.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 Google Cloud Deployment Manager API V2Beta Methods. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Diagnostic() |
Modifier and Type | Method and Description |
---|---|
Diagnostic |
clone() |
java.lang.String |
getField()
JsonPath expression on the resource that if non empty, indicates that this field needs to be
extracted as a diagnostic.
|
java.lang.String |
getLevel()
Level to record this diagnostic.
|
Diagnostic |
set(java.lang.String fieldName,
java.lang.Object value) |
Diagnostic |
setField(java.lang.String field)
JsonPath expression on the resource that if non empty, indicates that this field needs to be
extracted as a diagnostic.
|
Diagnostic |
setLevel(java.lang.String level)
Level to record this diagnostic.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getField()
null
for nonepublic Diagnostic setField(java.lang.String field)
field
- field or null
for nonepublic java.lang.String getLevel()
null
for nonepublic Diagnostic setLevel(java.lang.String level)
level
- level or null
for nonepublic Diagnostic set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Diagnostic clone()
clone
in class com.google.api.client.json.GenericJson