public static class ImageRegionListRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ImageRegionListRecord> implements org.apache.avro.data.RecordBuilder<ImageRegionListRecord>, org.jflux.api.core.Source<ImageRegionListRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2016. All Rights Reserved.