public class ResourceFileItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceFileItem() |
ResourceFileItem(ResourceFileItem 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 |
getFileExtensionType()
Get 资源文件类型
|
String |
getLocalPath()
Get 资源路径
|
String |
getResourceId()
Get 资源文件ID
|
String |
getResourceName()
Get 资源文件名称
|
void |
setFileExtensionType(String FileExtensionType)
Set 资源文件类型
|
void |
setLocalPath(String LocalPath)
Set 资源路径
|
void |
setResourceId(String ResourceId)
Set 资源文件ID
|
void |
setResourceName(String ResourceName)
Set 资源文件名称
|
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 ResourceFileItem()
public ResourceFileItem(ResourceFileItem source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源文件IDpublic String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- 资源文件名称public String getFileExtensionType()
public void setFileExtensionType(String FileExtensionType)
FileExtensionType
- 资源文件类型public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- 资源路径Copyright © 2025. All rights reserved.