@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class DownloadAttachmentDto extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BASE64_FILE_CONTENTS |
static String |
SERIALIZED_NAME_CONTENT_TYPE |
static String |
SERIALIZED_NAME_SIZE_BYTES |
| Constructor and Description |
|---|
DownloadAttachmentDto() |
| Modifier and Type | Method and Description |
|---|---|
DownloadAttachmentDto |
base64FileContents(String base64FileContents) |
DownloadAttachmentDto |
contentType(String contentType) |
boolean |
equals(Object o) |
String |
getBase64FileContents()
Base64 encoded string of attachment bytes.
|
String |
getContentType()
Content type of attachment
|
Long |
getSizeBytes()
Size in bytes of attachment
|
int |
hashCode() |
void |
setBase64FileContents(String base64FileContents) |
void |
setContentType(String contentType) |
void |
setSizeBytes(Long sizeBytes) |
DownloadAttachmentDto |
sizeBytes(Long sizeBytes) |
String |
toString() |
public static final String SERIALIZED_NAME_BASE64_FILE_CONTENTS
public static final String SERIALIZED_NAME_CONTENT_TYPE
public static final String SERIALIZED_NAME_SIZE_BYTES
public DownloadAttachmentDto base64FileContents(String base64FileContents)
@Nullable public String getBase64FileContents()
public void setBase64FileContents(String base64FileContents)
public DownloadAttachmentDto contentType(String contentType)
@Nullable public String getContentType()
public void setContentType(String contentType)
public DownloadAttachmentDto sizeBytes(Long sizeBytes)
public void setSizeBytes(Long sizeBytes)
Copyright © 2021. All rights reserved.