public class Attachment extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Attachment.Builder |
| 构造器和说明 |
|---|
Attachment() |
Attachment(Attachment.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
String |
getCreateTime() |
String |
getFileId() |
String |
getFileName() |
Long |
getFileSize() |
static Attachment.Builder |
newBuilder() |
void |
setContentType(String contentType) |
void |
setCreateTime(String createTime) |
void |
setFileId(String fileId) |
void |
setFileName(String fileName) |
void |
setFileSize(Long fileSize) |
public Attachment()
public Attachment(Attachment.Builder builder)
public static Attachment.Builder newBuilder()
public String getFileId()
public void setFileId(String fileId)
public String getFileName()
public void setFileName(String fileName)
public String getContentType()
public void setContentType(String contentType)
public Long getFileSize()
public void setFileSize(Long fileSize)
public String getCreateTime()
public void setCreateTime(String createTime)
Copyright © 2025. All rights reserved.