public final class SyncRepoMetadata 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 Source Repositories 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 |
|---|
SyncRepoMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SyncRepoMetadata |
clone() |
String |
getName()
The name of the repo being synchronized.
|
String |
getStartTime()
The time this operation is started.
|
String |
getStatusMessage()
The latest status message on syncing the repository.
|
String |
getUpdateTime()
The time this operation's status message is updated.
|
SyncRepoMetadata |
set(String fieldName,
Object value) |
SyncRepoMetadata |
setName(String name)
The name of the repo being synchronized.
|
SyncRepoMetadata |
setStartTime(String startTime)
The time this operation is started.
|
SyncRepoMetadata |
setStatusMessage(String statusMessage)
The latest status message on syncing the repository.
|
SyncRepoMetadata |
setUpdateTime(String updateTime)
The time this operation's status message is updated.
|
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 String getName()
null for nonepublic SyncRepoMetadata setName(String name)
name - name or null for nonepublic String getStartTime()
null for nonepublic SyncRepoMetadata setStartTime(String startTime)
startTime - startTime or null for nonepublic String getStatusMessage()
null for nonepublic SyncRepoMetadata setStatusMessage(String statusMessage)
statusMessage - statusMessage or null for nonepublic String getUpdateTime()
null for nonepublic SyncRepoMetadata setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic SyncRepoMetadata set(String fieldName, Object value)
set in class GenericJsonpublic SyncRepoMetadata clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.