public class ModifyStreamPackageChannelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyStreamPackageChannelRequest() |
ModifyStreamPackageChannelRequest(ModifyStreamPackageChannelRequest 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 |
getId()
Get Channel ID
|
String |
getName()
Get New channel name
|
String |
getProtocol()
Get New channel protocol.
|
void |
setCacheInfo(CacheInfo CacheInfo)
Set Cache configuration
|
void |
setId(String Id)
Set Channel ID
|
void |
setName(String Name)
Set New channel name
|
void |
setProtocol(String Protocol)
Set New 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 ModifyStreamPackageChannelRequest()
public ModifyStreamPackageChannelRequest(ModifyStreamPackageChannelRequest source)
public String getId()
public void setId(String Id)
Id
- Channel IDpublic String getName()
public void setName(String Name)
Name
- New channel namepublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- New channel protocol. Valid values: HLS, DASHpublic CacheInfo getCacheInfo()
public void setCacheInfo(CacheInfo CacheInfo)
CacheInfo
- Cache configurationCopyright © 2024. All rights reserved.