@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class AttachmentGet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachmentGet.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EXTENSION |
static String |
SERIALIZED_NAME_FILE |
static String |
SERIALIZED_NAME_FULL_PATH |
static String |
SERIALIZED_NAME_HASH |
static String |
SERIALIZED_NAME_MIME |
static String |
SERIALIZED_NAME_SIZE |
| Constructor and Description |
|---|
AttachmentGet() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentGet |
_file(String _file) |
boolean |
equals(Object o) |
AttachmentGet |
extension(String extension) |
static AttachmentGet |
fromJson(String jsonString)
Create an instance of AttachmentGet given an JSON string
|
AttachmentGet |
fullPath(URI fullPath) |
String |
getExtension()
Get extension
|
String |
getFile()
Get _file
|
URI |
getFullPath()
Get fullPath
|
String |
getHash()
Get hash
|
String |
getMime()
Get mime
|
Integer |
getSize()
Get size
|
AttachmentGet |
hash(String hash) |
int |
hashCode() |
AttachmentGet |
mime(String mime) |
void |
setExtension(String extension) |
void |
setFile(String _file) |
void |
setFullPath(URI fullPath) |
void |
setHash(String hash) |
void |
setMime(String mime) |
void |
setSize(Integer size) |
AttachmentGet |
size(Integer size) |
String |
toJson()
Convert an instance of AttachmentGet to an JSON string
|
String |
toString() |
public static final String SERIALIZED_NAME_HASH
public static final String SERIALIZED_NAME_FILE
public static final String SERIALIZED_NAME_MIME
public static final String SERIALIZED_NAME_SIZE
public static final String SERIALIZED_NAME_EXTENSION
public static final String SERIALIZED_NAME_FULL_PATH
public AttachmentGet hash(String hash)
public void setHash(String hash)
public AttachmentGet _file(String _file)
public void setFile(String _file)
public AttachmentGet mime(String mime)
public void setMime(String mime)
public AttachmentGet size(Integer size)
public void setSize(Integer size)
public AttachmentGet extension(String extension)
public void setExtension(String extension)
public AttachmentGet fullPath(URI fullPath)
public void setFullPath(URI fullPath)
public static AttachmentGet fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to AttachmentGetpublic String toJson()
Copyright © 2023. All rights reserved.