@JsonObject(value="ImageRepresentationTransformation")
public static class ImageRepresentationFormat.ImageRepresentationTransformation
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ImageRepresentationFormat.ImageRepresentationTransformation(long transformationId,
java.lang.String transformationCode,
java.lang.String channelCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannelCode() |
java.lang.String |
getTransformationCode() |
long |
getTransformationId() |
java.lang.String |
toString() |
public ImageRepresentationFormat.ImageRepresentationTransformation(long transformationId, java.lang.String transformationCode, java.lang.String channelCode)
public long getTransformationId()
public java.lang.String getTransformationCode()
public java.lang.String getChannelCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object