|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.vision.ImageRegionListRecord
public class ImageRegionListRecord
| Nested Class Summary | |
|---|---|
static class |
ImageRegionListRecord.Builder
RecordBuilder for ImageRegionListRecord instances. |
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ImageRegionListRecord()
|
|
| Method Summary | |
|---|---|
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. |
| 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 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
| 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 Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public 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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||