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