org.robokind.avrogen.vision
Class ImageRegionListRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.avrogen.vision.ImageRegionListRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, ImageRegionList<ImageRegionRecord>

public class ImageRegionListRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, ImageRegionList<ImageRegionRecord>


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

imageSourceId

@Deprecated
public String imageSourceId
Deprecated. 

imageId

@Deprecated
public long imageId
Deprecated. 

imageTimestampMillisecUTC

@Deprecated
public long imageTimestampMillisecUTC
Deprecated. 

imageProcessorId

@Deprecated
public String imageProcessorId
Deprecated. 

imageRegionsId

@Deprecated
public long imageRegionsId
Deprecated. 

processorStartTimestampMillisecUTC

@Deprecated
public long processorStartTimestampMillisecUTC
Deprecated. 

processorCompleteTimestampMillisecUTC

@Deprecated
public long processorCompleteTimestampMillisecUTC
Deprecated. 

regions

@Deprecated
public List<ImageRegionRecord> regions
Deprecated. 
Constructor Detail

ImageRegionListRecord

public ImageRegionListRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getImageSourceId

public String getImageSourceId()
Gets the value of the 'imageSourceId' field.

Specified by:
getImageSourceId in interface ImageRegionList<ImageRegionRecord>

setImageSourceId

public void setImageSourceId(String value)
Sets the value of the 'imageSourceId' field.

Parameters:
value - the value to set.

getImageId

public Long getImageId()
Gets the value of the 'imageId' field.

Specified by:
getImageId in interface ImageRegionList<ImageRegionRecord>

setImageId

public void setImageId(Long value)
Sets the value of the 'imageId' field.

Parameters:
value - the value to set.

getImageTimestampMillisecUTC

public Long getImageTimestampMillisecUTC()
Gets the value of the 'imageTimestampMillisecUTC' field.

Specified by:
getImageTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>

setImageTimestampMillisecUTC

public void setImageTimestampMillisecUTC(Long value)
Sets the value of the 'imageTimestampMillisecUTC' field.

Parameters:
value - the value to set.

getImageProcessorId

public String getImageProcessorId()
Gets the value of the 'imageProcessorId' field.

Specified by:
getImageProcessorId in interface ImageRegionList<ImageRegionRecord>

setImageProcessorId

public void setImageProcessorId(String value)
Sets the value of the 'imageProcessorId' field.

Parameters:
value - the value to set.

getImageRegionsId

public Long getImageRegionsId()
Gets the value of the 'imageRegionsId' field.

Specified by:
getImageRegionsId in interface ImageRegionList<ImageRegionRecord>

setImageRegionsId

public void setImageRegionsId(Long value)
Sets the value of the 'imageRegionsId' field.

Parameters:
value - the value to set.

getProcessorStartTimestampMillisecUTC

public Long getProcessorStartTimestampMillisecUTC()
Gets the value of the 'processorStartTimestampMillisecUTC' field.

Specified by:
getProcessorStartTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>

setProcessorStartTimestampMillisecUTC

public void setProcessorStartTimestampMillisecUTC(Long value)
Sets the value of the 'processorStartTimestampMillisecUTC' field.

Parameters:
value - the value to set.

getProcessorCompleteTimestampMillisecUTC

public Long getProcessorCompleteTimestampMillisecUTC()
Gets the value of the 'processorCompleteTimestampMillisecUTC' field.

Specified by:
getProcessorCompleteTimestampMillisecUTC in interface ImageRegionList<ImageRegionRecord>

setProcessorCompleteTimestampMillisecUTC

public void setProcessorCompleteTimestampMillisecUTC(Long value)
Sets the value of the 'processorCompleteTimestampMillisecUTC' field.

Parameters:
value - the value to set.

getRegions

public List<ImageRegionRecord> getRegions()
Gets the value of the 'regions' field.

Specified by:
getRegions in interface ImageRegionList<ImageRegionRecord>

setRegions

public void setRegions(List<ImageRegionRecord> value)
Sets the value of the 'regions' field.

Parameters:
value - the value to set.

newBuilder

public static ImageRegionListRecord.Builder newBuilder()
Creates a new ImageRegionListRecord RecordBuilder


newBuilder

public static ImageRegionListRecord.Builder newBuilder(ImageRegionListRecord.Builder other)
Creates a new ImageRegionListRecord RecordBuilder by copying an existing Builder


newBuilder

public static ImageRegionListRecord.Builder newBuilder(ImageRegionListRecord other)
Creates a new ImageRegionListRecord RecordBuilder by copying an existing ImageRegionListRecord instance



Copyright © 2011-2013. All Rights Reserved.