public class ModifyLivePlayDomainRequest extends AbstractModel
Constructor and Description |
---|
ModifyLivePlayDomainRequest() |
ModifyLivePlayDomainRequest(ModifyLivePlayDomainRequest 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 |
getDomainName()
Get Playback domain name.
|
Long |
getPlayType()
Get Pull domain name type.
|
void |
setDomainName(String DomainName)
Set Playback domain name.
|
void |
setPlayType(Long PlayType)
Set Pull domain name type.
|
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 ModifyLivePlayDomainRequest()
public ModifyLivePlayDomainRequest(ModifyLivePlayDomainRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Playback domain name.public Long getPlayType()
public void setPlayType(Long PlayType)
PlayType
- Pull domain name type. 1: Mainland China. 2: global, 3: outside Mainland ChinaCopyright © 2023. All rights reserved.