public class AppFile extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppFile.Builder |
| 构造器和说明 |
|---|
AppFile() |
AppFile(AppFile.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreatedAt() |
String |
getCreatedBy() |
String |
getDownloadUrl() |
String |
getFileName() |
String |
getPath() |
Integer |
getSizeBytes() |
String |
getType() |
static AppFile.Builder |
newBuilder() |
void |
setCreatedAt(String createdAt) |
void |
setCreatedBy(String createdBy) |
void |
setDownloadUrl(String downloadUrl) |
void |
setFileName(String fileName) |
void |
setPath(String path) |
void |
setSizeBytes(Integer sizeBytes) |
void |
setType(String type) |
public AppFile()
public AppFile(AppFile.Builder builder)
public String getFileName()
public void setFileName(String fileName)
public String getPath()
public void setPath(String path)
public Integer getSizeBytes()
public void setSizeBytes(Integer sizeBytes)
public String getType()
public void setType(String type)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public static AppFile.Builder newBuilder()
Copyright © 2026. All rights reserved.