|
|||||||||
| 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<ImageRecord>
org.robokind.impl.vision.ImageRecord.Builder
public static class ImageRecord.Builder
RecordBuilder for ImageRecord instances.
| Method Summary | |
|---|---|
ImageRecord |
build()
|
ImageRecord.Builder |
clearData()
Clears the value of the 'data' field |
ImageRecord.Builder |
clearHeight()
Clears the value of the 'height' field |
ImageRecord.Builder |
clearImageId()
Clears the value of the 'imageId' field |
ImageRecord.Builder |
clearImageSourceId()
Clears the value of the 'imageSourceId' field |
ImageRecord.Builder |
clearImageTimestampMillisecUTC()
Clears the value of the 'imageTimestampMillisecUTC' field |
ImageRecord.Builder |
clearNChannels()
Clears the value of the 'nChannels' field |
ImageRecord.Builder |
clearWidth()
Clears the value of the 'width' field |
ImageRecord.Builder |
clearWidthStep()
Clears the value of the 'widthStep' field |
ByteBuffer |
getData()
Gets the value of the 'data' field |
Integer |
getHeight()
Gets the value of the 'height' field |
Long |
getImageId()
Gets the value of the 'imageId' field |
String |
getImageSourceId()
Gets the value of the 'imageSourceId' field |
Long |
getImageTimestampMillisecUTC()
Gets the value of the 'imageTimestampMillisecUTC' field |
Integer |
getNChannels()
Gets the value of the 'nChannels' field |
ImageRecord |
getValue()
|
Integer |
getWidth()
Gets the value of the 'width' field |
Integer |
getWidthStep()
Gets the value of the 'widthStep' field |
boolean |
hasData()
Checks whether the 'data' field has been set |
boolean |
hasHeight()
Checks whether the 'height' field has been set |
boolean |
hasImageId()
Checks whether the 'imageId' 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 |
hasNChannels()
Checks whether the 'nChannels' field has been set |
boolean |
hasWidth()
Checks whether the 'width' field has been set |
boolean |
hasWidthStep()
Checks whether the 'widthStep' field has been set |
ImageRecord.Builder |
setData(ByteBuffer value)
Sets the value of the 'data' field |
ImageRecord.Builder |
setHeight(int value)
Sets the value of the 'height' field |
ImageRecord.Builder |
setImageId(long value)
Sets the value of the 'imageId' field |
ImageRecord.Builder |
setImageSourceId(String value)
Sets the value of the 'imageSourceId' field |
ImageRecord.Builder |
setImageTimestampMillisecUTC(long value)
Sets the value of the 'imageTimestampMillisecUTC' field |
ImageRecord.Builder |
setNChannels(int value)
Sets the value of the 'nChannels' field |
ImageRecord.Builder |
setWidth(int value)
Sets the value of the 'width' field |
ImageRecord.Builder |
setWidthStep(int value)
Sets the value of the 'widthStep' 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 ImageRecord.Builder setImageSourceId(String value)
public boolean hasImageSourceId()
public ImageRecord.Builder clearImageSourceId()
public Long getImageId()
public ImageRecord.Builder setImageId(long value)
public boolean hasImageId()
public ImageRecord.Builder clearImageId()
public Long getImageTimestampMillisecUTC()
public ImageRecord.Builder setImageTimestampMillisecUTC(long value)
public boolean hasImageTimestampMillisecUTC()
public ImageRecord.Builder clearImageTimestampMillisecUTC()
public Integer getWidth()
public ImageRecord.Builder setWidth(int value)
public boolean hasWidth()
public ImageRecord.Builder clearWidth()
public Integer getHeight()
public ImageRecord.Builder setHeight(int value)
public boolean hasHeight()
public ImageRecord.Builder clearHeight()
public Integer getNChannels()
public ImageRecord.Builder setNChannels(int value)
public boolean hasNChannels()
public ImageRecord.Builder clearNChannels()
public Integer getWidthStep()
public ImageRecord.Builder setWidthStep(int value)
public boolean hasWidthStep()
public ImageRecord.Builder clearWidthStep()
public ByteBuffer getData()
public ImageRecord.Builder setData(ByteBuffer value)
public boolean hasData()
public ImageRecord.Builder clearData()
public ImageRecord build()
build in interface org.apache.avro.data.RecordBuilder<ImageRecord>public ImageRecord getValue()
getValue in interface org.jflux.api.core.Source<ImageRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||