public class ImageConvertResultDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageConvertResultDto.ImageConvertResultDtoBuilder |
| Constructor and Description |
|---|
ImageConvertResultDto() |
ImageConvertResultDto(int total,
Collection<Integer> pages,
Collection<String> keys,
Map<String,ImageDto> transforms) |
| Modifier and Type | Method and Description |
|---|---|
static ImageConvertResultDto.ImageConvertResultDtoBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Collection<String> |
getKeys()
A collection with all the keys in this object
|
Collection<Integer> |
getPages()
A collection that contains all the pagenumbers / scenenumbers that were rendered
|
int |
getTotal()
The total number of transforms in this object
|
Map<String,ImageDto> |
getTransforms()
A collection of converted images
|
int |
hashCode() |
void |
setKeys(Collection<String> keys)
A collection with all the keys in this object
|
void |
setPages(Collection<Integer> pages)
A collection that contains all the pagenumbers / scenenumbers that were rendered
|
void |
setTotal(int total)
The total number of transforms in this object
|
void |
setTransforms(Map<String,ImageDto> transforms)
A collection of converted images
|
String |
toString() |
public ImageConvertResultDto()
public ImageConvertResultDto(int total,
Collection<Integer> pages,
Collection<String> keys,
Map<String,ImageDto> transforms)
public static ImageConvertResultDto.ImageConvertResultDtoBuilder builder()
public int getTotal()
public Collection<Integer> getPages()
public Collection<String> getKeys()
public void setTotal(int total)
public void setPages(Collection<Integer> pages)
public void setKeys(Collection<String> keys)
public void setTransforms(Map<String,ImageDto> transforms)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.