public class ConfigurationCommonEventTypeAvro extends ConfigurationCommonEventTypeWithSupertype implements Serializable
Constructor and Description |
---|
ConfigurationCommonEventTypeAvro()
Ctor.
|
ConfigurationCommonEventTypeAvro(Object avroSchema)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getAvroSchema()
Returns the avro schema
|
String |
getAvroSchemaText()
Returns the avro schema text
|
ConfigurationCommonEventTypeAvro |
setAvroSchema(Object avroSchema)
Sets the avro schema
|
ConfigurationCommonEventTypeAvro |
setAvroSchemaText(String avroSchemaText)
Returns the avro schema text
|
getEndTimestampPropertyName, getStartTimestampPropertyName, getSuperTypes, setEndTimestampPropertyName, setStartTimestampPropertyName, setSuperTypes
public ConfigurationCommonEventTypeAvro()
public ConfigurationCommonEventTypeAvro(Object avroSchema)
avroSchema
- avro schemapublic Object getAvroSchema()
public ConfigurationCommonEventTypeAvro setAvroSchema(Object avroSchema)
avroSchema
- avro schemapublic String getAvroSchemaText()
public ConfigurationCommonEventTypeAvro setAvroSchemaText(String avroSchemaText)
avroSchemaText
- avro schema textCopyright © 2005–2022. All rights reserved.