public class AddLiveDomainRequest extends AbstractModel
Constructor and Description |
---|
AddLiveDomainRequest() |
AddLiveDomainRequest(AddLiveDomainRequest 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 域名名称。
|
Long |
getDomainType()
Get 域名类型,
0:推流域名,
1:播放域名。
|
Long |
getIsDelayLive()
Get 是否是慢直播:
0: 普通直播,
1 :慢直播 。
默认值: 0。
|
Long |
getIsMiniProgramLive()
Get 是否是小程序直播:
0: 标准直播,
1 :小程序直播 。
默认值: 0。
|
Long |
getPlayType()
Get 拉流域名类型:
1:国内,
2:全球,
3:境外。
默认值:1。
|
void |
setDomainName(String DomainName)
Set 域名名称。
|
void |
setDomainType(Long DomainType)
Set 域名类型,
0:推流域名,
1:播放域名。
|
void |
setIsDelayLive(Long IsDelayLive)
Set 是否是慢直播:
0: 普通直播,
1 :慢直播 。
默认值: 0。
|
void |
setIsMiniProgramLive(Long IsMiniProgramLive)
Set 是否是小程序直播:
0: 标准直播,
1 :小程序直播 。
默认值: 0。
|
void |
setPlayType(Long PlayType)
Set 拉流域名类型:
1:国内,
2:全球,
3:境外。
默认值:1。
|
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 AddLiveDomainRequest()
public AddLiveDomainRequest(AddLiveDomainRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- 域名名称。public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType
- 域名类型,
0:推流域名,
1:播放域名。public Long getPlayType()
public void setPlayType(Long PlayType)
PlayType
- 拉流域名类型:
1:国内,
2:全球,
3:境外。
默认值:1。public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive
- 是否是慢直播:
0: 普通直播,
1 :慢直播 。
默认值: 0。public Long getIsMiniProgramLive()
public void setIsMiniProgramLive(Long IsMiniProgramLive)
IsMiniProgramLive
- 是否是小程序直播:
0: 标准直播,
1 :小程序直播 。
默认值: 0。Copyright © 2022. All rights reserved.