@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-09-08T01:01:37.760+08:00") public class EmailAttachment extends Object
| Constructor and Description |
|---|
EmailAttachment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static EmailAttachment |
fromString(String json)
Convert the given JSON string to object of class
EmailAttachment. |
String |
getDisplayName()
附件名称
|
String |
getFileUrl()
附件路径
|
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setFileUrl(String fileUrl) |
String |
toString() |
EmailAttachment |
withDisplayName(String displayName) |
EmailAttachment |
withFileUrl(String fileUrl) |
public EmailAttachment withDisplayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public EmailAttachment withFileUrl(String fileUrl)
public String getFileUrl()
public void setFileUrl(String fileUrl)
public static EmailAttachment fromString(String json) throws IOException
EmailAttachment.IOExceptionCopyright © 2019. All rights reserved.