public class ExternalMediaInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExternalMediaInfo() | 
| ExternalMediaInfo(ExternalMediaInfo 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 | 
|---|---|
| Long | getDefinition()Deprecated.   | 
| String | getMediaKey()Get 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。 | 
| String | getStorageId()Get 媒资挂载的存储 Id。 | 
| void | setDefinition(Long Definition)Deprecated.   | 
| void | setMediaKey(String MediaKey)Set 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。 | 
| void | setStorageId(String StorageId)Set 媒资挂载的存储 Id。 | 
| 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 ExternalMediaInfo()
public ExternalMediaInfo(ExternalMediaInfo source)
public String getMediaKey()
public void setMediaKey(String MediaKey)
MediaKey - 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。@Deprecated public Long getDefinition()
@Deprecated public void setDefinition(Long Definition)
Definition - 该字段废弃,请勿使用。public String getStorageId()
public void setStorageId(String StorageId)
StorageId - 媒资挂载的存储 Id。Copyright © 2025. All rights reserved.