Package org.openapitools.client.model
Class MultiFormAttachmentDto
- java.lang.Object
-
- org.openapitools.client.model.MultiFormAttachmentDto
-
public class MultiFormAttachmentDto extends Object
MultiFormAttachmentDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTACHMENT_DESCRIPTIONstatic StringSERIALIZED_NAME_ATTACHMENT_NAMEstatic StringSERIALIZED_NAME_ATTACHMENT_TYPEstatic StringSERIALIZED_NAME_CONTENTstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description MultiFormAttachmentDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiFormAttachmentDtoattachmentDescription(String attachmentDescription)MultiFormAttachmentDtoattachmentName(String attachmentName)MultiFormAttachmentDtoattachmentType(String attachmentType)MultiFormAttachmentDtocontent(File content)booleanequals(Object o)StringgetAttachmentDescription()The description of the attachment.StringgetAttachmentName()The name of the attachment.StringgetAttachmentType()The type of the attachment.FilegetContent()The content of the attachment.StringgetUrl()The url to the remote content of the attachment.inthashCode()voidsetAttachmentDescription(String attachmentDescription)voidsetAttachmentName(String attachmentName)voidsetAttachmentType(String attachmentType)voidsetContent(File content)voidsetUrl(String url)StringtoString()MultiFormAttachmentDtourl(String url)
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTACHMENT_NAME
public static final String SERIALIZED_NAME_ATTACHMENT_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACHMENT_DESCRIPTION
public static final String SERIALIZED_NAME_ATTACHMENT_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACHMENT_TYPE
public static final String SERIALIZED_NAME_ATTACHMENT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
attachmentName
public MultiFormAttachmentDto attachmentName(String attachmentName)
-
getAttachmentName
public String getAttachmentName()
The name of the attachment.- Returns:
- attachmentName
-
setAttachmentName
public void setAttachmentName(String attachmentName)
-
attachmentDescription
public MultiFormAttachmentDto attachmentDescription(String attachmentDescription)
-
getAttachmentDescription
public String getAttachmentDescription()
The description of the attachment.- Returns:
- attachmentDescription
-
setAttachmentDescription
public void setAttachmentDescription(String attachmentDescription)
-
attachmentType
public MultiFormAttachmentDto attachmentType(String attachmentType)
-
getAttachmentType
public String getAttachmentType()
The type of the attachment.- Returns:
- attachmentType
-
setAttachmentType
public void setAttachmentType(String attachmentType)
-
url
public MultiFormAttachmentDto url(String url)
-
getUrl
public String getUrl()
The url to the remote content of the attachment.- Returns:
- url
-
setUrl
public void setUrl(String url)
-
content
public MultiFormAttachmentDto content(File content)
-
getContent
public File getContent()
The content of the attachment.- Returns:
- content
-
setContent
public void setContent(File content)
-
-