Class HL7v2ReadParameter
java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HL7v2ReadParameter
- All Implemented Interfaces:
Serializable
@DefaultSchema(AutoValueSchema.class)
public abstract class HL7v2ReadParameter
extends Object
implements Serializable
HL7v2ReadParameter represents the read parameters for a HL7v2 read request, used as the input
type for
HL7v2IO.HL7v2Read
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
abstract String
HL7v2MessageId string.abstract String
String representing the metadata of the messageId to be read.final int
hashCode()
static HL7v2ReadParameter
-
Constructor Details
-
HL7v2ReadParameter
public HL7v2ReadParameter()
-
-
Method Details