public class ConfigurationEventTypeAvro extends ConfigurationEventTypeWithSupertype implements MetaDefItem, java.io.Serializable
Constructor and Description |
---|
ConfigurationEventTypeAvro()
Ctor.
|
ConfigurationEventTypeAvro(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
|
ConfigurationEventTypeAvro |
setAvroSchema(java.lang.Object avroSchema)
Sets the avro schema
|
ConfigurationEventTypeAvro |
setAvroSchemaText(java.lang.String avroSchemaText)
Returns the avro schema text
|
getEndTimestampPropertyName, getStartTimestampPropertyName, getSuperTypes, setEndTimestampPropertyName, setStartTimestampPropertyName, setSuperTypes
public ConfigurationEventTypeAvro()
public ConfigurationEventTypeAvro(java.lang.Object avroSchema)
avroSchema
- avro schemapublic java.lang.Object getAvroSchema()
public ConfigurationEventTypeAvro setAvroSchema(java.lang.Object avroSchema)
avroSchema
- avro schemapublic java.lang.String getAvroSchemaText()
public ConfigurationEventTypeAvro setAvroSchemaText(java.lang.String avroSchemaText)
avroSchemaText
- avro schema text