public class MediaInputInfo extends AbstractModel
Constructor and Description |
---|
MediaInputInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get Custom video ID.
|
String |
getName()
Get Video name.
|
String |
getUrl()
Get Video URL.
|
void |
setId(String Id)
Set Custom video ID.
|
void |
setName(String Name)
Set Video name.
|
void |
setUrl(String Url)
Set Video URL.
|
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 getUrl()
public void setUrl(String Url)
Url
- Video URL.public String getName()
public void setName(String Name)
Name
- Video name.public String getId()
public void setId(String Id)
Id
- Custom video ID.Copyright © 2020. All rights reserved.