public final class GerritSourceContext 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 Cloud Debugger 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 |
|---|
GerritSourceContext() |
| Modifier and Type | Method and Description |
|---|---|
GerritSourceContext |
clone() |
AliasContext |
getAliasContext()
An alias, which may be a branch or tag.
|
String |
getAliasName()
The name of an alias (branch, tag, etc.).
|
String |
getGerritProject()
The full project name within the host.
|
String |
getHostUri()
The URI of a running Gerrit instance.
|
String |
getRevisionId()
A revision (commit) ID.
|
GerritSourceContext |
set(String fieldName,
Object value) |
GerritSourceContext |
setAliasContext(AliasContext aliasContext)
An alias, which may be a branch or tag.
|
GerritSourceContext |
setAliasName(String aliasName)
The name of an alias (branch, tag, etc.).
|
GerritSourceContext |
setGerritProject(String gerritProject)
The full project name within the host.
|
GerritSourceContext |
setHostUri(String hostUri)
The URI of a running Gerrit instance.
|
GerritSourceContext |
setRevisionId(String revisionId)
A revision (commit) ID.
|
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 AliasContext getAliasContext()
null for nonepublic GerritSourceContext setAliasContext(AliasContext aliasContext)
aliasContext - aliasContext or null for nonepublic String getAliasName()
null for nonepublic GerritSourceContext setAliasName(String aliasName)
aliasName - aliasName or null for nonepublic String getGerritProject()
null for nonepublic GerritSourceContext setGerritProject(String gerritProject)
gerritProject - gerritProject or null for nonepublic String getHostUri()
null for nonepublic GerritSourceContext setHostUri(String hostUri)
hostUri - hostUri or null for nonepublic String getRevisionId()
null for nonepublic GerritSourceContext setRevisionId(String revisionId)
revisionId - revisionId or null for nonepublic GerritSourceContext set(String fieldName, Object value)
set in class GenericJsonpublic GerritSourceContext clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.