public class ThumbnailTargetStatus extends Object
| Constructor and Description |
|---|
ThumbnailTargetStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
Integer |
getHeightInPixel() |
String |
getKeyPrefix() |
List<String> |
getKeys() |
String |
getSizingPolicy() |
Integer |
getWidthInPixel() |
void |
setFormat(String format) |
void |
setHeightInPixel(Integer heightInPixel) |
void |
setKeyPrefix(String keyPrefix) |
void |
setKeys(List<String> keys) |
void |
setSizingPolicy(String sizingPolicy) |
void |
setWidthInPixel(Integer widthInPixel) |
String |
toString() |
ThumbnailTargetStatus |
withFormat(String format) |
ThumbnailTargetStatus |
withHeightInPixel(Integer heightInPixel) |
ThumbnailTargetStatus |
withKeyPrefix(String keyPrefix) |
ThumbnailTargetStatus |
withKeys(List<String> keys) |
ThumbnailTargetStatus |
withSizingPolicy(String sizingPolicy) |
ThumbnailTargetStatus |
withWidthInPixel(Integer widthInPixel) |
public String getKeyPrefix()
public void setKeyPrefix(String keyPrefix)
public ThumbnailTargetStatus withKeyPrefix(String keyPrefix)
public String getFormat()
public void setFormat(String format)
public ThumbnailTargetStatus withFormat(String format)
public String getSizingPolicy()
public void setSizingPolicy(String sizingPolicy)
public ThumbnailTargetStatus withSizingPolicy(String sizingPolicy)
public Integer getWidthInPixel()
public void setWidthInPixel(Integer widthInPixel)
public ThumbnailTargetStatus withWidthInPixel(Integer widthInPixel)
public Integer getHeightInPixel()
public void setHeightInPixel(Integer heightInPixel)
public ThumbnailTargetStatus withHeightInPixel(Integer heightInPixel)
public ThumbnailTargetStatus withKeys(List<String> keys)
Copyright © 2020. All rights reserved.