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