public class DeleteVideoEncodingPresetRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteVideoEncodingPresetRequest()
public DeleteVideoEncodingPresetRequest(DeleteVideoEncodingPresetRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public Long getId()
public void setId(Long Id)
Id
- 要删除的视频编码配置 ID。Copyright © 2022. All rights reserved.