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.Object
Information about the image attachment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(java.lang.Object o)
int
getHeight()
Returns the height of the image in pixels.int
getWidth()
Returns the width of the image in pixels.int
hashCode()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-