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