public final class ProgressCounter
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 Cloud Healthcare 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ProgressCounter() |
Modifier and Type | Method and Description |
---|---|
ProgressCounter |
clone() |
Long |
getFailure()
The number of units that failed in the operation.
|
Long |
getPending()
The number of units that are pending in the operation.
|
Long |
getSecondaryFailure()
The number of secondary units that failed in the operation.
|
Long |
getSecondarySuccess()
The number of secondary units that succeeded in the operation.
|
Long |
getSuccess()
The number of units that succeeded in the operation.
|
ProgressCounter |
set(String fieldName,
Object value) |
ProgressCounter |
setFailure(Long failure)
The number of units that failed in the operation.
|
ProgressCounter |
setPending(Long pending)
The number of units that are pending in the operation.
|
ProgressCounter |
setSecondaryFailure(Long secondaryFailure)
The number of secondary units that failed in the operation.
|
ProgressCounter |
setSecondarySuccess(Long secondarySuccess)
The number of secondary units that succeeded in the operation.
|
ProgressCounter |
setSuccess(Long success)
The number of units that succeeded in the operation.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getFailure()
null
for nonepublic ProgressCounter setFailure(Long failure)
failure
- failure or null
for nonepublic Long getPending()
null
for nonepublic ProgressCounter setPending(Long pending)
pending
- pending or null
for nonepublic Long getSecondaryFailure()
null
for nonepublic ProgressCounter setSecondaryFailure(Long secondaryFailure)
secondaryFailure
- secondaryFailure or null
for nonepublic Long getSecondarySuccess()
null
for nonepublic ProgressCounter setSecondarySuccess(Long secondarySuccess)
secondarySuccess
- secondarySuccess or null
for nonepublic Long getSuccess()
null
for nonepublic ProgressCounter setSuccess(Long success)
success
- success or null
for nonepublic ProgressCounter set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ProgressCounter clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.