public final class ExportMessagesRequest 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 Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ExportMessagesRequest() |
Modifier and Type | Method and Description |
---|---|
ExportMessagesRequest |
clone() |
String |
getEndTime()
The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58
C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
GcsDestination |
getGcsDestination()
Export to a Cloud Storage destination.
|
String |
getStartTime()
The start of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E
58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
ExportMessagesRequest |
set(String fieldName,
Object value) |
ExportMessagesRequest |
setEndTime(String endTime)
The end of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E58
C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
ExportMessagesRequest |
setGcsDestination(GcsDestination gcsDestination)
Export to a Cloud Storage destination.
|
ExportMessagesRequest |
setStartTime(String startTime)
The start of the range in `send_time` (MSH.7, https://www.hl7.org/documentcenter/public_temp_2E
58C1F9-1C23-BA17-0C6126475344DA9D/wg/conf/HL7MSH.htm) to process.
|
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 String getEndTime()
null
for nonepublic ExportMessagesRequest setEndTime(String endTime)
endTime
- endTime or null
for nonepublic GcsDestination getGcsDestination()
null
for nonepublic ExportMessagesRequest setGcsDestination(GcsDestination gcsDestination)
gcsDestination
- gcsDestination or null
for nonepublic String getStartTime()
null
for nonepublic ExportMessagesRequest setStartTime(String startTime)
startTime
- startTime or null
for nonepublic ExportMessagesRequest set(String fieldName, Object value)
set
in class GenericJson
public ExportMessagesRequest clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.