public class ImageResolutionDto extends Object
| Constructor and Description |
|---|
ImageResolutionDto() |
ImageResolutionDto(ImageResolutionDto original) |
ImageResolutionDto(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<ImageTypeDto> |
getAllowedOutputTypes() |
DimensionsDto |
getDimensions() |
int |
getHeight() |
Long |
getId() |
String |
getName() |
Set<String> |
getTags() |
int |
getWidth() |
int |
hashCode() |
boolean |
isConfigurable() |
boolean |
isPregenerateVariants() |
void |
setAllowedOutputTypes(Set<ImageTypeDto> allowedOutputTypes) |
void |
setConfigurable(boolean configurable) |
void |
setHeight(int height) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPregenerateVariants(boolean pregenerateVariants) |
void |
setTags(Set<String> tags) |
void |
setWidth(int width) |
public ImageResolutionDto()
public ImageResolutionDto(ImageResolutionDto original)
public ImageResolutionDto(int width,
int height)
public DimensionsDto getDimensions()
public Long getId()
public boolean isConfigurable()
public boolean isPregenerateVariants()
public String getName()
public int getWidth()
public int getHeight()
public Set<ImageTypeDto> getAllowedOutputTypes()
public void setId(Long id)
public void setConfigurable(boolean configurable)
public void setPregenerateVariants(boolean pregenerateVariants)
public void setName(String name)
public void setWidth(int width)
public void setHeight(int height)
public void setAllowedOutputTypes(Set<ImageTypeDto> allowedOutputTypes)
Copyright © 2020. All rights reserved.