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