Package net.webpdf.wsclient.openapi
Class MetadataAnnotationRectangle
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataAnnotationRectangle
-
public class MetadataAnnotationRectangle extends Object
MetadataAnnotationRectangle
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RECTANGLE
-
Constructor Summary
Constructors Constructor Description MetadataAnnotationRectangle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable MetadataAnnotationRectangleRectanglegetRectangle()Get rectangleinthashCode()MetadataAnnotationRectanglerectangle(MetadataAnnotationRectangleRectangle rectangle)voidsetRectangle(MetadataAnnotationRectangleRectangle rectangle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_RECTANGLE
public static final String JSON_PROPERTY_RECTANGLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
rectangle
public MetadataAnnotationRectangle rectangle(MetadataAnnotationRectangleRectangle rectangle)
-
getRectangle
@Nullable public @Nullable MetadataAnnotationRectangleRectangle getRectangle()
Get rectangle- Returns:
- rectangle
-
setRectangle
public void setRectangle(MetadataAnnotationRectangleRectangle rectangle)
-
-