Package | Description |
---|---|
example.avro |
Modifier and Type | Method and Description |
---|---|
EventType |
User.getEventType()
Gets the value of the 'eventType' field.
|
EventType |
User.Builder.getEventType()
Gets the value of the 'eventType' field.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setEventType(EventType value)
Sets the value of the 'eventType' field.
|
User.Builder |
User.Builder.setEventType(EventType value)
Sets the value of the 'eventType' field.
|
Constructor and Description |
---|
User(CharSequence name,
CharSequence favoriteNumber,
CharSequence favoriteColor,
EventType eventType)
All-args constructor.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.