public class ModifyProjectRequest extends AbstractModel
Constructor and Description |
---|
ModifyProjectRequest() |
ModifyProjectRequest(ModifyProjectRequest 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 |
---|---|
String |
getAspectRatio()
Get 画布宽高比,取值有:
16:9;
9:16。
|
String |
getMode()
Get 项目模式,一个项目可以有多种模式并相互切换。
当 Category 为 VIDEO_EDIT 时,可选模式有:
Defualt:默认模式。
VideoEditTemplate:视频编辑模板制作模式。
|
String |
getName()
Get 项目名称,不可超过30个字符。
|
Entity |
getOwner()
Get 项目归属者。
|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
String |
getProjectId()
Get 项目 Id。
|
void |
setAspectRatio(String AspectRatio)
Set 画布宽高比,取值有:
16:9;
9:16。
|
void |
setMode(String Mode)
Set 项目模式,一个项目可以有多种模式并相互切换。
当 Category 为 VIDEO_EDIT 时,可选模式有:
Defualt:默认模式。
VideoEditTemplate:视频编辑模板制作模式。
|
void |
setName(String Name)
Set 项目名称,不可超过30个字符。
|
void |
setOwner(Entity Owner)
Set 项目归属者。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setProjectId(String ProjectId)
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 ModifyProjectRequest()
public ModifyProjectRequest(ModifyProjectRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 Id。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 getMode()
public void setMode(String Mode)
Mode
- 项目模式,一个项目可以有多种模式并相互切换。
当 Category 为 VIDEO_EDIT 时,可选模式有:
Copyright © 2021. All rights reserved.