public class Attachment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Attachment.Builder |
| 构造器和说明 |
|---|
Attachment() |
Attachment(Attachment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAttachmentType() |
String |
getBody() |
String |
getFilename() |
String |
getId() |
static Attachment.Builder |
newBuilder() |
void |
setAttachmentType(Integer attachmentType) |
void |
setBody(String body) |
void |
setFilename(String filename) |
void |
setId(String id) |
public Attachment()
public Attachment(Attachment.Builder builder)
public String getBody()
public void setBody(String body)
public String getFilename()
public void setFilename(String filename)
public String getId()
public void setId(String id)
public Integer getAttachmentType()
public void setAttachmentType(Integer attachmentType)
public static Attachment.Builder newBuilder()
Copyright © 2025. All rights reserved.