Package com.dropbox.core.v2.files
Class Dimensions
- java.lang.Object
- 
- com.dropbox.core.v2.files.Dimensions
 
- 
 public class Dimensions extends java.lang.ObjectDimensions for a photo or video.
- 
- 
Constructor SummaryConstructors Constructor Description Dimensions(long height, long width)Dimensions for a photo or video.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetHeight()Height of the photo/video.longgetWidth()Width of the photo/video.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Method Detail- 
getHeightpublic long getHeight() Height of the photo/video.- Returns:
- value for this field.
 
 - 
getWidthpublic long getWidth() Width of the photo/video.- Returns:
- value for this field.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-