Constructor and Description |
---|
EventDescriptor(DocumentReader.EventType eventType) |
Modifier and Type | Method and Description |
---|---|
DocumentReader.EventType |
getEventType() |
String |
getFieldName() |
int |
getIndex() |
Value |
getValue() |
Events.EventDescriptor |
setFieldName(String fieldName) |
Events.EventDescriptor |
setIndex(int index) |
Events.EventDescriptor |
setValue(Value value) |
public EventDescriptor(@API.NonNullable DocumentReader.EventType eventType)
public DocumentReader.EventType getEventType()
public Value getValue()
public Events.EventDescriptor setValue(@API.NonNullable Value value)
public String getFieldName()
public Events.EventDescriptor setFieldName(@API.NonNullable String fieldName)
public int getIndex()
public Events.EventDescriptor setIndex(int index)
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.