public class FileDeleteResultItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
FileDeleteResultItem() |
FileDeleteResultItem(FileDeleteResultItem 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 |
---|---|
MediaDeleteItem[] |
getDeleteParts()
Get The type of the file deleted.
|
String |
getFileId()
Get The ID of the file deleted.
|
void |
setDeleteParts(MediaDeleteItem[] DeleteParts)
Set The type of the file deleted.
|
void |
setFileId(String FileId)
Set The ID of the file deleted.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FileDeleteResultItem()
public FileDeleteResultItem(FileDeleteResultItem source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The ID of the file deleted.public MediaDeleteItem[] getDeleteParts()
public void setDeleteParts(MediaDeleteItem[] DeleteParts)
DeleteParts
- The type of the file deleted.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.