Class ImagemapBaseSize
- java.lang.Object
-
- com.linecorp.bot.model.message.imagemap.ImagemapBaseSize
-
public final class ImagemapBaseSize extends java.lang.ObjectSize of base image.
-
-
Constructor Summary
Constructors Constructor Description ImagemapBaseSize(int height, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetHeight()Height of base image.intgetWidth()Width of base image.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getHeight
public int getHeight()
Height of base image.Set to the height that corresponds to a width of 1040px.
-
getWidth
public int getWidth()
Width of base image. Must be 1040px fixed.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-