//library/com.uploadcare.android.library.api/ImageInfo
ImageInfo
[androidJvm] data class ImageInfo(format: String, height: Int, width: Int, orientation: Int?, sequence: Boolean?, @Json(name = “color_mode”)colorMode: ColorMode?, @Json(name = “geo_location”)geoLocation: GeoLocation?, @Json(name = “datetime_original”)datetimeOriginal: String?, dpi: List<Float>?) : Parcelable
Functions
Name | Summary |
---|---|
component1 | [androidJvm] Content operator fun component1(): String |
component2 | [androidJvm] Content operator fun component2(): Int |
component3 | [androidJvm] Content operator fun component3(): Int |
component4 | [androidJvm] Content operator fun component4(): Int? |
component5 | [androidJvm] Content operator fun component5(): Boolean? |
component6 | [androidJvm] Content operator fun component6(): ColorMode? |
component7 | [androidJvm] Content operator fun component7(): GeoLocation? |
component8 | [androidJvm] Content operator fun component8(): String? |
component9 | [androidJvm] Content operator fun component9(): List<Float>? |
copy | [androidJvm] Content fun copy(format: String, height: Int, width: Int, orientation: Int? = null, sequence: Boolean? = false, @Json(name = “color_mode”)colorMode: ColorMode? = null, @Json(name = “geo_location”)geoLocation: GeoLocation? = null, @Json(name = “datetime_original”)datetimeOriginal: String? = null, dpi: List<Float>? = null): ImageInfo |
describeContents | [androidJvm] Content abstract fun describeContents(): Int |
equals | [androidJvm] Content open operator override fun equals(other: Any?): Boolean |
hashCode | [androidJvm] Content open override fun hashCode(): Int |
toString | [androidJvm] Content open override fun toString(): String |
writeToParcel | [androidJvm] Content abstract fun writeToParcel(p0: Parcel, p1: Int) |
Properties
Name | Summary |
---|---|
colorMode | [androidJvm] val colorMode: ColorMode? = null |
datetimeOriginal | [androidJvm] val datetimeOriginal: String? = null |
dpi | [androidJvm] val dpi: List<Float>? = null |
format | [androidJvm] val format: String |
geoLocation | [androidJvm] val geoLocation: GeoLocation? = null |
height | [androidJvm] val height: Int |
orientation | [androidJvm] val orientation: Int? = null |
sequence | [androidJvm] val sequence: Boolean? = false |
width | [androidJvm] val width: Int |