Modifier and Type | Class and Description |
---|---|
static class |
EventDeclarationModel.FieldModel |
Modifier and Type | Field and Description |
---|---|
ImmutableList<EventDeclarationModel.FieldModel> |
fields |
com.squareup.javapoet.ClassName |
name |
Object |
representedObject |
com.squareup.javapoet.TypeName |
returnType |
Constructor and Description |
---|
EventDeclarationModel(com.squareup.javapoet.ClassName name,
com.squareup.javapoet.TypeName returnType,
ImmutableList<EventDeclarationModel.FieldModel> fields,
Object representedObject) |
public final com.squareup.javapoet.ClassName name
public final com.squareup.javapoet.TypeName returnType
public final ImmutableList<EventDeclarationModel.FieldModel> fields
public final Object representedObject
public EventDeclarationModel(com.squareup.javapoet.ClassName name, com.squareup.javapoet.TypeName returnType, ImmutableList<EventDeclarationModel.FieldModel> fields, Object representedObject)