Class DeleteVideoEncodingPresetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.DeleteVideoEncodingPresetRequest
-
public class DeleteVideoEncodingPresetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteVideoEncodingPresetRequest()
DeleteVideoEncodingPresetRequest(DeleteVideoEncodingPresetRequest 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 Long
getId()
Get 要删除的视频编码配置 ID。String
getPlatform()
Get 平台名称,指定访问的平台。void
setId(Long Id)
Set 要删除的视频编码配置 ID。void
setPlatform(String Platform)
Set 平台名称,指定访问的平台。void
toMap(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
-
DeleteVideoEncodingPresetRequest
public DeleteVideoEncodingPresetRequest()
-
DeleteVideoEncodingPresetRequest
public DeleteVideoEncodingPresetRequest(DeleteVideoEncodingPresetRequest 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
-
getPlatform
public String getPlatform()
Get 平台名称,指定访问的平台。- Returns:
- Platform 平台名称,指定访问的平台。
-
setPlatform
public void setPlatform(String Platform)
Set 平台名称,指定访问的平台。- Parameters:
Platform
- 平台名称,指定访问的平台。
-
getId
public Long getId()
Get 要删除的视频编码配置 ID。- Returns:
- Id 要删除的视频编码配置 ID。
-
setId
public void setId(Long Id)
Set 要删除的视频编码配置 ID。- Parameters:
Id
- 要删除的视频编码配置 ID。
-
-