Uses of Class
dev.vality.damsel.wb_list.EventType
-
Uses of EventType in dev.vality.damsel.wb_list
Fields in dev.vality.damsel.wb_list declared as EventType Modifier and Type Field Description EventTypeEvent. event_typeMethods in dev.vality.damsel.wb_list that return EventType Modifier and Type Method Description static EventTypeEventType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.EventTypeEvent. getEventType()static EventTypeEventType. 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.Methods in dev.vality.damsel.wb_list with parameters of type EventType Modifier and Type Method Description EventEvent. setEventType(EventType event_type)Constructors in dev.vality.damsel.wb_list with parameters of type EventType Constructor Description Event(Row row, EventType event_type)