static class RawDataBatcher.FeatureInfo extends Object
Modifier and Type | Field and Description |
---|---|
private String |
externalReporterId |
private int |
featureId |
private int |
position |
private int |
reporterId |
Constructor and Description |
---|
FeatureInfo(FeatureData feature) |
Modifier and Type | Method and Description |
---|---|
(package private) FeatureData |
getFeature(RawDataBatcher.FeatureProxy proxy) |
(package private) int |
getPosition() |
(package private) ReporterData |
getReporter(RawDataBatcher.ReporterProxy proxy) |
private final int featureId
private final int position
private final int reporterId
private final String externalReporterId
FeatureInfo(FeatureData feature)
int getPosition()
ReporterData getReporter(RawDataBatcher.ReporterProxy proxy)
FeatureData getFeature(RawDataBatcher.FeatureProxy proxy)