|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<ImageRegionListRecord>
org.robokind.avrogen.vision.ImageRegionListRecord.Builder
public static class ImageRegionListRecord.Builder
RecordBuilder for ImageRegionListRecord instances.
| Method Summary | |
|---|---|
ImageRegionListRecord |
build()
|
ImageRegionListRecord.Builder |
clearImageId()
Clears the value of the 'imageId' field |
ImageRegionListRecord.Builder |
clearImageProcessorId()
Clears the value of the 'imageProcessorId' field |
ImageRegionListRecord.Builder |
clearImageRegionsId()
Clears the value of the 'imageRegionsId' field |
ImageRegionListRecord.Builder |
clearImageSourceId()
Clears the value of the 'imageSourceId' field |
ImageRegionListRecord.Builder |
clearImageTimestampMillisecUTC()
Clears the value of the 'imageTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
clearProcessorCompleteTimestampMillisecUTC()
Clears the value of the 'processorCompleteTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
clearProcessorStartTimestampMillisecUTC()
Clears the value of the 'processorStartTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
clearRegions()
Clears the value of the 'regions' 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 |
ImageRegionListRecord |
getValue()
|
boolean |
hasImageId()
Checks whether the 'imageId' field has been set |
boolean |
hasImageProcessorId()
Checks whether the 'imageProcessorId' field has been set |
boolean |
hasImageRegionsId()
Checks whether the 'imageRegionsId' field has been set |
boolean |
hasImageSourceId()
Checks whether the 'imageSourceId' field has been set |
boolean |
hasImageTimestampMillisecUTC()
Checks whether the 'imageTimestampMillisecUTC' field has been set |
boolean |
hasProcessorCompleteTimestampMillisecUTC()
Checks whether the 'processorCompleteTimestampMillisecUTC' field has been set |
boolean |
hasProcessorStartTimestampMillisecUTC()
Checks whether the 'processorStartTimestampMillisecUTC' field has been set |
boolean |
hasRegions()
Checks whether the 'regions' field has been set |
ImageRegionListRecord.Builder |
setImageId(long value)
Sets the value of the 'imageId' field |
ImageRegionListRecord.Builder |
setImageProcessorId(String value)
Sets the value of the 'imageProcessorId' field |
ImageRegionListRecord.Builder |
setImageRegionsId(long value)
Sets the value of the 'imageRegionsId' field |
ImageRegionListRecord.Builder |
setImageSourceId(String value)
Sets the value of the 'imageSourceId' field |
ImageRegionListRecord.Builder |
setImageTimestampMillisecUTC(long value)
Sets the value of the 'imageTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
setProcessorCompleteTimestampMillisecUTC(long value)
Sets the value of the 'processorCompleteTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
setProcessorStartTimestampMillisecUTC(long value)
Sets the value of the 'processorStartTimestampMillisecUTC' field |
ImageRegionListRecord.Builder |
setRegions(List<ImageRegionRecord> value)
Sets the value of the 'regions' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getImageSourceId()
public ImageRegionListRecord.Builder setImageSourceId(String value)
public boolean hasImageSourceId()
public ImageRegionListRecord.Builder clearImageSourceId()
public Long getImageId()
public ImageRegionListRecord.Builder setImageId(long value)
public boolean hasImageId()
public ImageRegionListRecord.Builder clearImageId()
public Long getImageTimestampMillisecUTC()
public ImageRegionListRecord.Builder setImageTimestampMillisecUTC(long value)
public boolean hasImageTimestampMillisecUTC()
public ImageRegionListRecord.Builder clearImageTimestampMillisecUTC()
public String getImageProcessorId()
public ImageRegionListRecord.Builder setImageProcessorId(String value)
public boolean hasImageProcessorId()
public ImageRegionListRecord.Builder clearImageProcessorId()
public Long getImageRegionsId()
public ImageRegionListRecord.Builder setImageRegionsId(long value)
public boolean hasImageRegionsId()
public ImageRegionListRecord.Builder clearImageRegionsId()
public Long getProcessorStartTimestampMillisecUTC()
public ImageRegionListRecord.Builder setProcessorStartTimestampMillisecUTC(long value)
public boolean hasProcessorStartTimestampMillisecUTC()
public ImageRegionListRecord.Builder clearProcessorStartTimestampMillisecUTC()
public Long getProcessorCompleteTimestampMillisecUTC()
public ImageRegionListRecord.Builder setProcessorCompleteTimestampMillisecUTC(long value)
public boolean hasProcessorCompleteTimestampMillisecUTC()
public ImageRegionListRecord.Builder clearProcessorCompleteTimestampMillisecUTC()
public List<ImageRegionRecord> getRegions()
public ImageRegionListRecord.Builder setRegions(List<ImageRegionRecord> value)
public boolean hasRegions()
public ImageRegionListRecord.Builder clearRegions()
public ImageRegionListRecord build()
build in interface org.apache.avro.data.RecordBuilder<ImageRegionListRecord>public ImageRegionListRecord getValue()
getValue in interface org.jflux.api.core.Source<ImageRegionListRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||