|
|||||||||
| 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<ImageRegionRecord>
org.robokind.avrogen.vision.ImageRegionRecord.Builder
public static class ImageRegionRecord.Builder
RecordBuilder for ImageRegionRecord instances.
| Method Summary | |
|---|---|
ImageRegionRecord |
build()
|
ImageRegionRecord.Builder |
clearHeight()
Clears the value of the 'height' field |
ImageRegionRecord.Builder |
clearRegionId()
Clears the value of the 'regionId' field |
ImageRegionRecord.Builder |
clearWidth()
Clears the value of the 'width' field |
ImageRegionRecord.Builder |
clearX()
Clears the value of the 'x' field |
ImageRegionRecord.Builder |
clearY()
Clears the value of the 'y' field |
Integer |
getHeight()
Gets the value of the 'height' field |
Integer |
getRegionId()
Gets the value of the 'regionId' field |
ImageRegionRecord |
getValue()
|
Integer |
getWidth()
Gets the value of the 'width' field |
Integer |
getX()
Gets the value of the 'x' field |
Integer |
getY()
Gets the value of the 'y' field |
boolean |
hasHeight()
Checks whether the 'height' field has been set |
boolean |
hasRegionId()
Checks whether the 'regionId' field has been set |
boolean |
hasWidth()
Checks whether the 'width' field has been set |
boolean |
hasX()
Checks whether the 'x' field has been set |
boolean |
hasY()
Checks whether the 'y' field has been set |
ImageRegionRecord.Builder |
setHeight(int value)
Sets the value of the 'height' field |
ImageRegionRecord.Builder |
setRegionId(int value)
Sets the value of the 'regionId' field |
ImageRegionRecord.Builder |
setWidth(int value)
Sets the value of the 'width' field |
ImageRegionRecord.Builder |
setX(int value)
Sets the value of the 'x' field |
ImageRegionRecord.Builder |
setY(int value)
Sets the value of the 'y' 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 Integer getRegionId()
public ImageRegionRecord.Builder setRegionId(int value)
public boolean hasRegionId()
public ImageRegionRecord.Builder clearRegionId()
public Integer getX()
public ImageRegionRecord.Builder setX(int value)
public boolean hasX()
public ImageRegionRecord.Builder clearX()
public Integer getY()
public ImageRegionRecord.Builder setY(int value)
public boolean hasY()
public ImageRegionRecord.Builder clearY()
public Integer getWidth()
public ImageRegionRecord.Builder setWidth(int value)
public boolean hasWidth()
public ImageRegionRecord.Builder clearWidth()
public Integer getHeight()
public ImageRegionRecord.Builder setHeight(int value)
public boolean hasHeight()
public ImageRegionRecord.Builder clearHeight()
public ImageRegionRecord build()
build in interface org.apache.avro.data.RecordBuilder<ImageRegionRecord>public ImageRegionRecord getValue()
getValue in interface org.jflux.api.core.Source<ImageRegionRecord>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||