public class AddLiveDomainRequest extends AbstractModel
header, skipSign| 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 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. 
 | 
String | 
getVerifyOwnerType()
Get The domain verification type. 
 | 
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 | 
setVerifyOwnerType(String VerifyOwnerType)
Set The domain verification type. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddLiveDomainRequest()
public AddLiveDomainRequest(AddLiveDomainRequest source)
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.public String getVerifyOwnerType()
public void setVerifyOwnerType(String VerifyOwnerType)
VerifyOwnerType - The domain verification type.
Valid values (the value of this parameter must be the same as `VerifyType` of the `AuthenticateDomainOwner` API):
dnsCheck: Check immediately whether the verification DNS record has been added successfully. If so, record this verification result.
fileCheck: Check immediately whether the verification HTML file has been uploaded successfully. If so, record this verification result.
dbCheck: Check whether the domain has already been verified.
If you do not pass a value, `dbCheck` will be used.Copyright © 2025. All rights reserved.