@Shareable public class RatingEventType extends Object implements EventTypeDefinition, Serializable
Ratings.| Constructor and Description |
|---|
RatingEventType() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EventBuilder> |
getBuilderType()
Get the builder type used by this type definition.
|
List<Field> |
getDefaultFields()
Get the default field list for loading this event from text fields.
|
String |
getName()
A simple name for this event
|
Set<Field> |
getRequiredFields()
Get the set of required fields for this event type.
|
RatingBuilder |
newBuilder()
Construct a new builder for this event type.
|
public String getName()
EventTypeDefinitiongetName in interface EventTypeDefinitionpublic Class<? extends EventBuilder> getBuilderType()
EventTypeDefinitiongetBuilderType in interface EventTypeDefinitionpublic RatingBuilder newBuilder()
EventTypeDefinitionnewBuilder in interface EventTypeDefinitionpublic Set<Field> getRequiredFields()
EventTypeDefinitiongetRequiredFields in interface EventTypeDefinitionpublic List<Field> getDefaultFields()
EventTypeDefinitiongetDefaultFields in interface EventTypeDefinition