|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.vision.ImageRegionListRecord
public class ImageRegionListRecord
| Nested Class Summary | |
|---|---|
static class |
ImageRegionListRecord.Builder
RecordBuilder for ImageRegionListRecord instances. |
| Field Summary | |
|---|---|
long |
imageId
Deprecated. |
java.lang.String |
imageProcessorId
Deprecated. |
long |
imageRegionsId
Deprecated. |
java.lang.String |
imageSourceId
Deprecated. |
long |
imageTimestampMillisecUTC
Deprecated. |
long |
processorCompleteTimestampMillisecUTC
Deprecated. |
long |
processorStartTimestampMillisecUTC
Deprecated. |
java.util.List<ImageRegionRecord> |
regions
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
ImageRegionListRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Long |
getImageId()
Gets the value of the 'imageId' field. |
java.lang.String |
getImageProcessorId()
Gets the value of the 'imageProcessorId' field. |
java.lang.Long |
getImageRegionsId()
Gets the value of the 'imageRegionsId' field. |
java.lang.String |
getImageSourceId()
Gets the value of the 'imageSourceId' field. |
java.lang.Long |
getImageTimestampMillisecUTC()
Gets the value of the 'imageTimestampMillisecUTC' field. |
java.lang.Long |
getProcessorCompleteTimestampMillisecUTC()
Gets the value of the 'processorCompleteTimestampMillisecUTC' field. |
java.lang.Long |
getProcessorStartTimestampMillisecUTC()
Gets the value of the 'processorStartTimestampMillisecUTC' field. |
java.util.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$,
java.lang.Object value$)
|
void |
setImageId(java.lang.Long value)
Sets the value of the 'imageId' field. |
void |
setImageProcessorId(java.lang.String value)
Sets the value of the 'imageProcessorId' field. |
void |
setImageRegionsId(java.lang.Long value)
Sets the value of the 'imageRegionsId' field. |
void |
setImageSourceId(java.lang.String value)
Sets the value of the 'imageSourceId' field. |
void |
setImageTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'imageTimestampMillisecUTC' field. |
void |
setProcessorCompleteTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'processorCompleteTimestampMillisecUTC' field. |
void |
setProcessorStartTimestampMillisecUTC(java.lang.Long value)
Sets the value of the 'processorStartTimestampMillisecUTC' field. |
void |
setRegions(java.util.List<ImageRegionRecord> value)
Sets the value of the 'regions' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String imageSourceId
@Deprecated public long imageId
@Deprecated public long imageTimestampMillisecUTC
@Deprecated public java.lang.String imageProcessorId
@Deprecated public long imageRegionsId
@Deprecated public long processorStartTimestampMillisecUTC
@Deprecated public long processorCompleteTimestampMillisecUTC
@Deprecated public java.util.List<ImageRegionRecord> regions
| Constructor Detail |
|---|
public ImageRegionListRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getImageSourceId()
getImageSourceId in interface ImageRegionList<ImageRegionRecord>public void setImageSourceId(java.lang.String value)
value - the value to set.public java.lang.Long getImageId()
getImageId in interface ImageRegionList<ImageRegionRecord>public void setImageId(java.lang.Long value)
value - the value to set.public java.lang.Long getImageTimestampMillisecUTC()
getImageTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setImageTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.String getImageProcessorId()
getImageProcessorId in interface ImageRegionList<ImageRegionRecord>public void setImageProcessorId(java.lang.String value)
value - the value to set.public java.lang.Long getImageRegionsId()
getImageRegionsId in interface ImageRegionList<ImageRegionRecord>public void setImageRegionsId(java.lang.Long value)
value - the value to set.public java.lang.Long getProcessorStartTimestampMillisecUTC()
getProcessorStartTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setProcessorStartTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.lang.Long getProcessorCompleteTimestampMillisecUTC()
getProcessorCompleteTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>public void setProcessorCompleteTimestampMillisecUTC(java.lang.Long value)
value - the value to set.public java.util.List<ImageRegionRecord> getRegions()
getRegions in interface ImageRegionList<ImageRegionRecord>public void setRegions(java.util.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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||