|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.vision.ImageRegionRecord
public class ImageRegionRecord
| Nested Class Summary | |
|---|---|
static class |
ImageRegionRecord.Builder
RecordBuilder for ImageRegionRecord instances. |
| Field Summary | |
|---|---|
int |
height
Deprecated. |
int |
regionId
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
int |
width
Deprecated. |
int |
x
Deprecated. |
int |
y
Deprecated. |
| Constructor Summary | |
|---|---|
ImageRegionRecord()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
Integer |
getHeight()
Gets the value of the 'height' field. |
Integer |
getRegionId()
Gets the value of the 'regionId' field. |
org.apache.avro.Schema |
getSchema()
|
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. |
static ImageRegionRecord.Builder |
newBuilder()
Creates a new ImageRegionRecord RecordBuilder |
static ImageRegionRecord.Builder |
newBuilder(ImageRegionRecord.Builder other)
Creates a new ImageRegionRecord RecordBuilder by copying an existing Builder |
static ImageRegionRecord.Builder |
newBuilder(ImageRegionRecord other)
Creates a new ImageRegionRecord RecordBuilder by copying an existing ImageRegionRecord instance |
void |
put(int field$,
Object value$)
|
void |
setHeight(Integer value)
Sets the value of the 'height' field. |
void |
setRegionId(Integer value)
Sets the value of the 'regionId' field. |
void |
setWidth(Integer value)
Sets the value of the 'width' field. |
void |
setX(Integer value)
Sets the value of the 'x' field. |
void |
setY(Integer value)
Sets the value of the 'y' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public int regionId
@Deprecated public int x
@Deprecated public int y
@Deprecated public int width
@Deprecated public int height
| Constructor Detail |
|---|
public ImageRegionRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Integer getRegionId()
getRegionId in interface ImageRegionpublic void setRegionId(Integer value)
value - the value to set.public Integer getX()
getX in interface ImageRegionpublic void setX(Integer value)
value - the value to set.public Integer getY()
getY in interface ImageRegionpublic void setY(Integer value)
value - the value to set.public Integer getWidth()
getWidth in interface ImageRegionpublic void setWidth(Integer value)
value - the value to set.public Integer getHeight()
getHeight in interface ImageRegionpublic void setHeight(Integer value)
value - the value to set.public static ImageRegionRecord.Builder newBuilder()
public static ImageRegionRecord.Builder newBuilder(ImageRegionRecord.Builder other)
public static ImageRegionRecord.Builder newBuilder(ImageRegionRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||