Class ImageOffsets
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.ImageOffsets
-
public class ImageOffsets extends java.lang.Object
The top left corner of the cropped image, specified in the original image's coordinate space.
-
-
Constructor Summary
Constructors Constructor Description ImageOffsets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
IntegerWithUnits
getX()
Get xIntegerWithUnits
getY()
Get yint
hashCode()
void
setX(IntegerWithUnits x)
void
setY(IntegerWithUnits y)
java.lang.String
toString()
ImageOffsets
x(IntegerWithUnits x)
ImageOffsets
y(IntegerWithUnits y)
-
-
-
Method Detail
-
x
public ImageOffsets x(IntegerWithUnits x)
-
getX
public IntegerWithUnits getX()
Get x- Returns:
- x
-
setX
public void setX(IntegerWithUnits x)
-
y
public ImageOffsets y(IntegerWithUnits y)
-
getY
public IntegerWithUnits getY()
Get y- Returns:
- y
-
setY
public void setY(IntegerWithUnits y)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-