@JsonObject(value="ImageRepresentationFormat")
public class ImageRepresentationFormat
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ImageRepresentationFormat.ImageRepresentationTransformation |
Constructor and Description |
---|
ImageRepresentationFormat(java.lang.String dataSetCode,
long id,
boolean original,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer colorDepth,
java.lang.String fileType,
java.util.List<ImageRepresentationFormat.ImageRepresentationTransformation> transformations)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getColorDepth() |
java.lang.String |
getDataSetCode()
Returns the data set code to which this image representation format belongs.
|
java.lang.String |
getFileType() |
java.lang.Integer |
getHeight() |
long |
getId()
Return the ID of this image representation format.
|
java.util.List<ImageRepresentationFormat.ImageRepresentationTransformation> |
getTransformations() |
java.lang.Integer |
getWidth() |
int |
hashCode() |
boolean |
isOriginal() |
java.lang.String |
toString() |
public ImageRepresentationFormat(java.lang.String dataSetCode, long id, boolean original, java.lang.Integer width, java.lang.Integer height, java.lang.Integer colorDepth, java.lang.String fileType, java.util.List<ImageRepresentationFormat.ImageRepresentationTransformation> transformations)
dataSetCode
- id
- original
- width
- height
- colorDepth
- fileType
- transformations
- public java.lang.String getDataSetCode()
public long getId()
public boolean isOriginal()
public java.lang.Integer getWidth()
public java.lang.Integer getHeight()
public java.lang.Integer getColorDepth()
public java.lang.String getFileType()
public java.util.List<ImageRepresentationFormat.ImageRepresentationTransformation> getTransformations()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object