public class ImageRegionListRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, ImageRegionList<ImageRegionRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageRegionListRecord.Builder
RecordBuilder for ImageRegionListRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
long |
imageId
Deprecated.
|
String |
imageProcessorId
Deprecated.
|
long |
imageRegionsId
Deprecated.
|
String |
imageSourceId
Deprecated.
|
long |
imageTimestampMillisecUTC
Deprecated.
|
long |
processorCompleteTimestampMillisecUTC
Deprecated.
|
long |
processorStartTimestampMillisecUTC
Deprecated.
|
List<ImageRegionRecord> |
regions
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
ImageRegionListRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Long |
getImageId()
Gets the value of the 'imageId' field.
|
String |
getImageProcessorId()
Gets the value of the 'imageProcessorId' field.
|
Long |
getImageRegionsId()
Gets the value of the 'imageRegionsId' field.
|
String |
getImageSourceId()
Gets the value of the 'imageSourceId' field.
|
Long |
getImageTimestampMillisecUTC()
Gets the value of the 'imageTimestampMillisecUTC' field.
|
Long |
getProcessorCompleteTimestampMillisecUTC()
Gets the value of the 'processorCompleteTimestampMillisecUTC' field.
|
Long |
getProcessorStartTimestampMillisecUTC()
Gets the value of the 'processorStartTimestampMillisecUTC' field.
|
List<ImageRegionRecord> |
getRegions()
Gets the value of the 'regions' field.
|
org.apache.avro.Schema |
getSchema() |
static ImageRegionListRecord.Builder |
newBuilder()
Creates a new ImageRegionListRecord RecordBuilder
|
static ImageRegionListRecord.Builder |
newBuilder(ImageRegionListRecord.Builder other)
Creates a new ImageRegionListRecord RecordBuilder by copying an existing Builder
|
static ImageRegionListRecord.Builder |
newBuilder(ImageRegionListRecord other)
Creates a new ImageRegionListRecord RecordBuilder by copying an existing ImageRegionListRecord instance
|
void |
put(int field$,
Object value$) |
void |
setImageId(Long value)
Sets the value of the 'imageId' field.
|
void |
setImageProcessorId(String value)
Sets the value of the 'imageProcessorId' field.
|
void |
setImageRegionsId(Long value)
Sets the value of the 'imageRegionsId' field.
|
void |
setImageSourceId(String value)
Sets the value of the 'imageSourceId' field.
|
void |
setImageTimestampMillisecUTC(Long value)
Sets the value of the 'imageTimestampMillisecUTC' field.
|
void |
setProcessorCompleteTimestampMillisecUTC(Long value)
Sets the value of the 'processorCompleteTimestampMillisecUTC' field.
|
void |
setProcessorStartTimestampMillisecUTC(Long value)
Sets the value of the 'processorStartTimestampMillisecUTC' field.
|
void |
setRegions(List<ImageRegionRecord> value)
Sets the value of the 'regions' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String imageSourceId
@Deprecated public long imageId
@Deprecated public long imageTimestampMillisecUTC
@Deprecated public String imageProcessorId
@Deprecated public long imageRegionsId
@Deprecated public long processorStartTimestampMillisecUTC
@Deprecated public long processorCompleteTimestampMillisecUTC
@Deprecated public List<ImageRegionRecord> regions
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getImageSourceId()
getImageSourceId in interface ImageRegionList<ImageRegionRecord>public void setImageSourceId(String value)
value - the value to set.public Long getImageId()
getImageId in interface ImageRegionList<ImageRegionRecord>public void setImageId(Long value)
value - the value to set.public Long getImageTimestampMillisecUTC()
getImageTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setImageTimestampMillisecUTC(Long value)
value - the value to set.public String getImageProcessorId()
getImageProcessorId in interface ImageRegionList<ImageRegionRecord>public void setImageProcessorId(String value)
value - the value to set.public Long getImageRegionsId()
getImageRegionsId in interface ImageRegionList<ImageRegionRecord>public void setImageRegionsId(Long value)
value - the value to set.public Long getProcessorStartTimestampMillisecUTC()
getProcessorStartTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setProcessorStartTimestampMillisecUTC(Long value)
value - the value to set.public Long getProcessorCompleteTimestampMillisecUTC()
getProcessorCompleteTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setProcessorCompleteTimestampMillisecUTC(Long value)
value - the value to set.public List<ImageRegionRecord> getRegions()
getRegions in interface ImageRegionList<ImageRegionRecord>public void setRegions(List<ImageRegionRecord> value)
value - the value to set.public static ImageRegionListRecord.Builder newBuilder()
public static ImageRegionListRecord.Builder newBuilder(ImageRegionListRecord.Builder other)
public static ImageRegionListRecord.Builder newBuilder(ImageRegionListRecord other)
Copyright © 2011-2016. All Rights Reserved.