Class ExternalMediaInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ExternalMediaInfo
-
public class ExternalMediaInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDefinition()Get 该字段废弃,请勿使用。StringgetMediaKey()Get 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。StringgetStorageId()Get 媒资挂载的存储 Id。voidsetDefinition(Long Definition)Set 该字段废弃,请勿使用。voidsetMediaKey(String MediaKey)Set 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。voidsetStorageId(String StorageId)Set 媒资挂载的存储 Id。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExternalMediaInfo
public ExternalMediaInfo()
-
ExternalMediaInfo
public 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.
-
-
Method Detail
-
getMediaKey
public String getMediaKey()
Get 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。- Returns:
- MediaKey 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。
-
setMediaKey
public void setMediaKey(String MediaKey)
Set 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。- Parameters:
MediaKey- 目前仅支持绑定 COS 桶的媒体,请填写存储对象 Key 值,例如:`example-folder/example.mp4`。
-
getDefinition
public Long getDefinition()
Get 该字段废弃,请勿使用。- Returns:
- Definition 该字段废弃,请勿使用。
-
setDefinition
public void setDefinition(Long Definition)
Set 该字段废弃,请勿使用。- Parameters:
Definition- 该字段废弃,请勿使用。
-
getStorageId
public String getStorageId()
Get 媒资挂载的存储 Id。- Returns:
- StorageId 媒资挂载的存储 Id。
-
setStorageId
public void setStorageId(String StorageId)
Set 媒资挂载的存储 Id。- Parameters:
StorageId- 媒资挂载的存储 Id。
-
-