public class ConfigurationCommonEventTypeAvro extends ConfigurationCommonEventTypeWithSupertype implements java.io.Serializable
Constructor and Description |
---|
ConfigurationCommonEventTypeAvro()
Ctor.
|
ConfigurationCommonEventTypeAvro(java.lang.Object avroSchema)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAvroSchema()
Returns the avro schema
|
java.lang.String |
getAvroSchemaText()
Returns the avro schema text
|
ConfigurationCommonEventTypeAvro |
setAvroSchema(java.lang.Object avroSchema)
Sets the avro schema
|
ConfigurationCommonEventTypeAvro |
setAvroSchemaText(java.lang.String avroSchemaText)
Returns the avro schema text
|
getEndTimestampPropertyName, getStartTimestampPropertyName, getSuperTypes, setEndTimestampPropertyName, setStartTimestampPropertyName, setSuperTypes
public ConfigurationCommonEventTypeAvro()
public ConfigurationCommonEventTypeAvro(java.lang.Object avroSchema)
avroSchema
- avro schemapublic java.lang.Object getAvroSchema()
public ConfigurationCommonEventTypeAvro setAvroSchema(java.lang.Object avroSchema)
avroSchema
- avro schemapublic java.lang.String getAvroSchemaText()
public ConfigurationCommonEventTypeAvro setAvroSchemaText(java.lang.String avroSchemaText)
avroSchemaText
- avro schema text