Package zendesk.chat.client
Class Attachment.Metadata
- java.lang.Object
-
- zendesk.chat.client.Attachment.Metadata
-
- Enclosing class:
- Attachment
public static class Attachment.Metadata extends java.lang.ObjectInformation about the image attachment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)intgetHeight()Returns the height of the image in pixels.intgetWidth()Returns the width of the image in pixels.inthashCode()
-
-
-
Method Detail
-
getWidth
public int getWidth()
Returns the width of the image in pixels.
-
getHeight
public int getHeight()
Returns the height of the image in pixels.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-