public class AttachmentDownloadUrlItem extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AttachmentDownloadUrlItem.Builder |
| 构造器和说明 |
|---|
AttachmentDownloadUrlItem() |
AttachmentDownloadUrlItem(AttachmentDownloadUrlItem.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachmentId() |
String |
getDownloadUrl() |
static AttachmentDownloadUrlItem.Builder |
newBuilder() |
void |
setAttachmentId(String attachmentId) |
void |
setDownloadUrl(String downloadUrl) |
public AttachmentDownloadUrlItem()
public AttachmentDownloadUrlItem(AttachmentDownloadUrlItem.Builder builder)
public static AttachmentDownloadUrlItem.Builder newBuilder()
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
Copyright © 2025. All rights reserved.