@Shareable public class RatingEventType extends Object implements EventTypeDefinition, Serializable
Rating
s.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()
EventTypeDefinition
getName
in interface EventTypeDefinition
public Class<? extends EventBuilder> getBuilderType()
EventTypeDefinition
getBuilderType
in interface EventTypeDefinition
public RatingBuilder newBuilder()
EventTypeDefinition
newBuilder
in interface EventTypeDefinition
public Set<Field> getRequiredFields()
EventTypeDefinition
getRequiredFields
in interface EventTypeDefinition
public List<Field> getDefaultFields()
EventTypeDefinition
getDefaultFields
in interface EventTypeDefinition