public class EventDeclarationModel
extends java.lang.Object
Event
.Modifier and Type | Field and Description |
---|---|
ImmutableList<FieldModel> |
fields |
ClassName |
name |
java.lang.Object |
representedObject |
TypeName |
returnType |
Constructor and Description |
---|
EventDeclarationModel(ClassName name,
TypeName returnType,
ImmutableList<FieldModel> fields,
java.lang.Object representedObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final ClassName name
public final TypeName returnType
public final ImmutableList<FieldModel> fields
public final java.lang.Object representedObject
public EventDeclarationModel(ClassName name, TypeName returnType, ImmutableList<FieldModel> fields, java.lang.Object representedObject)