public class MediaDownloadResult extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
MediaDownloadResult(byte[] content,
ContentType contentType,
String fileName) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getContent() |
ContentType |
getContentType() |
String |
getFileName() |
String |
toString() |
public MediaDownloadResult(byte[] content,
ContentType contentType,
String fileName)
public byte[] getContent()
public ContentType getContentType()
public String getFileName()
Copyright © 2019. All rights reserved.