public final class MutationRecord
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 Stackdriver Monitoring API. 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 |
|---|
MutationRecord() |
| Modifier and Type | Method and Description |
|---|---|
MutationRecord |
clone() |
java.lang.String |
getMutatedBy()
The email address of the user making the change.
|
java.lang.String |
getMutateTime()
When the change occurred.
|
MutationRecord |
set(java.lang.String fieldName,
java.lang.Object value) |
MutationRecord |
setMutatedBy(java.lang.String mutatedBy)
The email address of the user making the change.
|
MutationRecord |
setMutateTime(java.lang.String mutateTime)
When the change occurred.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getMutateTime()
null for nonepublic MutationRecord setMutateTime(java.lang.String mutateTime)
mutateTime - mutateTime or null for nonepublic java.lang.String getMutatedBy()
null for nonepublic MutationRecord setMutatedBy(java.lang.String mutatedBy)
mutatedBy - mutatedBy or null for nonepublic MutationRecord set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MutationRecord clone()
clone in class com.google.api.client.json.GenericJson