public class CreateProjectRequest extends AbstractModel
Constructor and Description |
---|
CreateProjectRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAspectRatio()
Get 画布宽高比,取值有:
16:9;
9:16。
|
String |
getCategory()
Get 项目类别,取值有:
VIDEO_EDIT:视频编辑。
SWITCHER:导播台。
|
String |
getDescription()
Get 项目描述信息。
|
String |
getName()
Get 项目名称,不可超过30个字符。
|
Entity |
getOwner()
Get 归属者。
|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
SwitcherProjectInput |
getSwitcherProjectInput()
Get 导播台信息,仅当项目类型为 SWITCHER 时有效。
|
void |
setAspectRatio(String AspectRatio)
Set 画布宽高比,取值有:
16:9;
9:16。
|
void |
setCategory(String Category)
Set 项目类别,取值有:
VIDEO_EDIT:视频编辑。
SWITCHER:导播台。
|
void |
setDescription(String Description)
Set 项目描述信息。
|
void |
setName(String Name)
Set 项目名称,不可超过30个字符。
|
void |
setOwner(Entity Owner)
Set 归属者。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setSwitcherProjectInput(SwitcherProjectInput SwitcherProjectInput)
Set 导播台信息,仅当项目类型为 SWITCHER 时有效。
|
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 String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public String getCategory()
public void setCategory(String Category)
Category
- 项目类别,取值有:
public String getName()
public void setName(String Name)
Name
- 项目名称,不可超过30个字符。public String getAspectRatio()
public void setAspectRatio(String AspectRatio)
AspectRatio
- 画布宽高比,取值有:
public Entity getOwner()
public void setOwner(Entity Owner)
Owner
- 归属者。public String getDescription()
public void setDescription(String Description)
Description
- 项目描述信息。public SwitcherProjectInput getSwitcherProjectInput()
public void setSwitcherProjectInput(SwitcherProjectInput SwitcherProjectInput)
SwitcherProjectInput
- 导播台信息,仅当项目类型为 SWITCHER 时有效。Copyright © 2020. All rights reserved.