public class CreateMediaPackageChannelRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateMediaPackageChannelRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get Channel name. | 
| String | getProtocol()Get Channel protocol. | 
| void | setName(String Name)Set Channel name. | 
| void | setProtocol(String Protocol)Set Channel protocol. | 
| 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, toJsonStringpublic String getName()
public void setName(String Name)
Name - Channel name.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Channel protocol. Valid values: HLS, DASH.Copyright © 2020. All rights reserved.