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 Specifies the resource file type.
|
String |
getLocalPath()
Get Resource path
|
String |
getResourceId()
Get Resource file ID.
|
String |
getResourceName()
Get Resource file name.
|
void |
setFileExtensionType(String FileExtensionType)
Set Specifies the resource file type.
|
void |
setLocalPath(String LocalPath)
Set Resource path
|
void |
setResourceId(String ResourceId)
Set Resource file ID.
|
void |
setResourceName(String ResourceName)
Set Resource file name.
|
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
- Resource file ID.public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Resource file name.public String getFileExtensionType()
public void setFileExtensionType(String FileExtensionType)
FileExtensionType
- Specifies the resource file type.public String getLocalPath()
public void setLocalPath(String LocalPath)
LocalPath
- Resource pathCopyright © 2025. All rights reserved.