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 |
getType()
Get 3D文件的格式。取值范围:GIF, OBJ
|
String |
getUrl()
Get 文件的Url
|
void |
setType(String Type)
Set 3D文件的格式。取值范围:GIF, OBJ
|
void |
setUrl(String Url)
Set 文件的Url
|
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, toJsonString
public File3D()
public File3D(File3D source)
public String getType()
public void setType(String Type)
Type
- 3D文件的格式。取值范围:GIF, OBJpublic String getUrl()
public void setUrl(String Url)
Url
- 文件的UrlCopyright © 2025. All rights reserved.