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