public final class SourceReference
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 Error Reporting 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 |
---|
SourceReference() |
Modifier and Type | Method and Description |
---|---|
SourceReference |
clone() |
java.lang.String |
getRepository()
Optional.
|
java.lang.String |
getRevisionId()
The canonical and persistent identifier of the deployed revision.
|
SourceReference |
set(java.lang.String fieldName,
java.lang.Object value) |
SourceReference |
setRepository(java.lang.String repository)
Optional.
|
SourceReference |
setRevisionId(java.lang.String revisionId)
The canonical and persistent identifier of the deployed revision.
|
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 getRepository()
null
for nonepublic SourceReference setRepository(java.lang.String repository)
repository
- repository or null
for nonepublic java.lang.String getRevisionId()
null
for nonepublic SourceReference setRevisionId(java.lang.String revisionId)
revisionId
- revisionId or null
for nonepublic SourceReference set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public SourceReference clone()
clone
in class com.google.api.client.json.GenericJson