public class CreateStreamPackageChannelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateStreamPackageChannelRequest() |
CreateStreamPackageChannelRequest(CreateStreamPackageChannelRequest 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 |
---|---|
CacheInfo |
getCacheInfo()
Get Cache configuration
|
String |
getName()
Get Channel name
|
String |
getProtocol()
Get Channel protocol.
|
void |
setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateStreamPackageChannelRequest()
public CreateStreamPackageChannelRequest(CreateStreamPackageChannelRequest source)
public String getName()
public void setName(String Name)
Name
- Channel namepublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Channel protocol. Valid values: HLS, DASHpublic CacheInfo getCacheInfo()
public void setCacheInfo(CacheInfo CacheInfo)
CacheInfo
- Cache configurationCopyright © 2024. All rights reserved.