public final class Hl7V2StoreMetric
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 |
---|
Hl7V2StoreMetric() |
Modifier and Type | Method and Description |
---|---|
Hl7V2StoreMetric |
clone() |
Long |
getCount()
The total count of HL7v2 messages in the store for the given message type.
|
String |
getMessageType()
The Hl7v2 message type this metric applies to, such as `ADT` or `ORU`.
|
Long |
getStructuredStorageSizeBytes()
The total amount of structured storage used by HL7v2 messages of this message type in the
store.
|
Hl7V2StoreMetric |
set(String fieldName,
Object value) |
Hl7V2StoreMetric |
setCount(Long count)
The total count of HL7v2 messages in the store for the given message type.
|
Hl7V2StoreMetric |
setMessageType(String messageType)
The Hl7v2 message type this metric applies to, such as `ADT` or `ORU`.
|
Hl7V2StoreMetric |
setStructuredStorageSizeBytes(Long structuredStorageSizeBytes)
The total amount of structured storage used by HL7v2 messages of this message type in the
store.
|
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 getCount()
null
for nonepublic Hl7V2StoreMetric setCount(Long count)
count
- count or null
for nonepublic String getMessageType()
null
for nonepublic Hl7V2StoreMetric setMessageType(String messageType)
messageType
- messageType or null
for nonepublic Long getStructuredStorageSizeBytes()
null
for nonepublic Hl7V2StoreMetric setStructuredStorageSizeBytes(Long structuredStorageSizeBytes)
structuredStorageSizeBytes
- structuredStorageSizeBytes or null
for nonepublic Hl7V2StoreMetric set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Hl7V2StoreMetric clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.