public class DomainInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DomainInfo()  | 
DomainInfo(DomainInfo 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 | 
|---|---|
Long | 
getBCName()
Get Whether there is a CNAME record pointing to a fixed rule domain name:
0: no. 
 | 
String | 
getCreateTime()
Get The time when the domain was added. 
 | 
String | 
getCurrentCName()
Get Information of currently used CNAME record. 
 | 
Long | 
getIsDelayLive()
Get Whether it is LCB:
0: LVB. 
 | 
Long | 
getIsMiniProgramLive()
Get 0: LVB. 
 | 
String | 
getName()
Get LVB domain name. 
 | 
Long | 
getPlayType()
Get Playback region. 
 | 
String | 
getRentExpireTime()
Get A disused parameter. 
 | 
Long | 
getRentTag()
Get Disused parameter, which can be ignored. 
 | 
Long | 
getStatus()
Get Domain name status:
0: deactivated. 
 | 
String | 
getTargetDomain()
Get Domain name corresponding to CNAME record. 
 | 
Long | 
getType()
Get Domain name type:
0: push. 
 | 
void | 
setBCName(Long BCName)
Set Whether there is a CNAME record pointing to a fixed rule domain name:
0: no. 
 | 
void | 
setCreateTime(String CreateTime)
Set The time when the domain was added. 
 | 
void | 
setCurrentCName(String CurrentCName)
Set Information of currently used CNAME record. 
 | 
void | 
setIsDelayLive(Long IsDelayLive)
Set Whether it is LCB:
0: LVB. 
 | 
void | 
setIsMiniProgramLive(Long IsMiniProgramLive)
Set 0: LVB. 
 | 
void | 
setName(String Name)
Set LVB domain name. 
 | 
void | 
setPlayType(Long PlayType)
Set Playback region. 
 | 
void | 
setRentExpireTime(String RentExpireTime)
Set A disused parameter. 
 | 
void | 
setRentTag(Long RentTag)
Set Disused parameter, which can be ignored. 
 | 
void | 
setStatus(Long Status)
Set Domain name status:
0: deactivated. 
 | 
void | 
setTargetDomain(String TargetDomain)
Set Domain name corresponding to CNAME record. 
 | 
void | 
setType(Long Type)
Set Domain name type:
0: push. 
 | 
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 DomainInfo()
public DomainInfo(DomainInfo source)
public String getName()
public void setName(String Name)
Name - LVB domain name.public Long getType()
public void setType(Long Type)
Type - Domain name type:
0: push.
1: playback.public Long getStatus()
public void setStatus(Long Status)
Status - Domain name status:
0: deactivated.
1: activated.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The time when the domain was added.
Note: Beijing time (UTC+8) is used.public Long getBCName()
public void setBCName(Long BCName)
BCName - Whether there is a CNAME record pointing to a fixed rule domain name:
0: no.
1: yes.public String getTargetDomain()
public void setTargetDomain(String TargetDomain)
TargetDomain - Domain name corresponding to CNAME record.public Long getPlayType()
public void setPlayType(Long PlayType)
PlayType - Playback region. This parameter is valid only if `Type` is 1.
1: in Mainland China.
2: global.
3: outside Mainland China.public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive - Whether it is LCB:
0: LVB.
1: LCB.public String getCurrentCName()
public void setCurrentCName(String CurrentCName)
CurrentCName - Information of currently used CNAME record.public Long getRentTag()
public void setRentTag(Long RentTag)
RentTag - Disused parameter, which can be ignored.public String getRentExpireTime()
public void setRentExpireTime(String RentExpireTime)
RentExpireTime - A disused parameter.
Note: Beijing time (UTC+8) is used.public Long getIsMiniProgramLive()
public void setIsMiniProgramLive(Long IsMiniProgramLive)
IsMiniProgramLive - 0: LVB.
1: LVB on Mini Program.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.