public class AddLiveDomainRequest extends AbstractModel
Constructor and Description |
---|
AddLiveDomainRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDomainName()
Get Domain name.
|
Long |
getDomainType()
Get Domain name type.
|
Long |
getIsDelayLive()
Get Whether it is LCB:
0: LVB,
1: LCB.
|
Long |
getIsMiniProgramLive()
Get Whether it is LVB on Mini Program.
|
Long |
getPlayType()
Get Pull domain name type:
1: Mainland China.
|
void |
setDomainName(String DomainName)
Set Domain name.
|
void |
setDomainType(Long DomainType)
Set Domain name type.
|
void |
setIsDelayLive(Long IsDelayLive)
Set Whether it is LCB:
0: LVB,
1: LCB.
|
void |
setIsMiniProgramLive(Long IsMiniProgramLive)
Set Whether it is LVB on Mini Program.
|
void |
setPlayType(Long PlayType)
Set Pull domain name type:
1: Mainland China.
|
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 String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain name.public Long getDomainType()
public void setDomainType(Long DomainType)
DomainType
- Domain name type.
0: push domain name.
1: playback domain name.public Long getPlayType()
public void setPlayType(Long PlayType)
PlayType
- Pull domain name type:
1: Mainland China.
2: global.
3: outside Mainland China.
Default value: 1.public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive
- Whether it is LCB:
0: LVB,
1: LCB.
Default value: 0.public Long getIsMiniProgramLive()
public void setIsMiniProgramLive(Long IsMiniProgramLive)
IsMiniProgramLive
- Whether it is LVB on Mini Program.
0: LVB.
1: LVB on Mini Program.
Default value: 0.Copyright © 2020. All rights reserved.