public static class Attachment.AttachmentMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attachment.AttachmentMetadata.AttachmentMetadataBuilder |
| Constructor and Description |
|---|
AttachmentMetadata() |
AttachmentMetadata(Boolean thumb64,
Boolean thumb80,
Boolean thumb160,
Integer originalWidth,
Integer originalHeight,
Integer thumb360Width,
Integer thumb360Height,
String format,
String extension,
Integer rotation,
String thumbTiny) |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.AttachmentMetadata.AttachmentMetadataBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getExtension() |
String |
getFormat() |
Integer |
getOriginalHeight() |
Integer |
getOriginalWidth() |
Integer |
getRotation() |
Boolean |
getThumb160() |
Integer |
getThumb360Height() |
Integer |
getThumb360Width() |
Boolean |
getThumb64() |
Boolean |
getThumb80() |
String |
getThumbTiny() |
int |
hashCode() |
void |
setExtension(String extension) |
void |
setFormat(String format) |
void |
setOriginalHeight(Integer originalHeight) |
void |
setOriginalWidth(Integer originalWidth) |
void |
setRotation(Integer rotation) |
void |
setThumb160(Boolean thumb160) |
void |
setThumb360Height(Integer thumb360Height) |
void |
setThumb360Width(Integer thumb360Width) |
void |
setThumb64(Boolean thumb64) |
void |
setThumb80(Boolean thumb80) |
void |
setThumbTiny(String thumbTiny) |
String |
toString() |
public static Attachment.AttachmentMetadata.AttachmentMetadataBuilder builder()
public Boolean getThumb64()
public Boolean getThumb80()
public Boolean getThumb160()
public Integer getOriginalWidth()
public Integer getOriginalHeight()
public Integer getThumb360Width()
public Integer getThumb360Height()
public String getFormat()
public String getExtension()
public Integer getRotation()
public String getThumbTiny()
public void setThumb64(Boolean thumb64)
public void setThumb80(Boolean thumb80)
public void setThumb160(Boolean thumb160)
public void setOriginalWidth(Integer originalWidth)
public void setOriginalHeight(Integer originalHeight)
public void setThumb360Width(Integer thumb360Width)
public void setThumb360Height(Integer thumb360Height)
public void setFormat(String format)
public void setExtension(String extension)
public void setRotation(Integer rotation)
public void setThumbTiny(String thumbTiny)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.