public class File3D extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| File3D() | 
| File3D(File3D source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPreviewImageUrl()Get 预览图片Url | 
| String | getType()Get 文件格式 | 
| String | getUrl()Get 文件的Url(有效期24小时) | 
| void | setPreviewImageUrl(String PreviewImageUrl)Set 预览图片Url | 
| void | setType(String Type)Set 文件格式 | 
| void | setUrl(String Url)Set 文件的Url(有效期24小时) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic File3D()
public File3D(File3D source)
public String getType()
public void setType(String Type)
Type - 文件格式public String getUrl()
public void setUrl(String Url)
Url - 文件的Url(有效期24小时)public String getPreviewImageUrl()
public void setPreviewImageUrl(String PreviewImageUrl)
PreviewImageUrl - 预览图片UrlCopyright © 2025. All rights reserved.