public class DomainInfo extends AbstractModel
Constructor and Description |
---|
DomainInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getBCName()
Get Whether there is a CNAME record pointing to a fixed rule.
|
String |
getCreateTime()
Get Creation time
|
String |
getCurrentCName()
Get Information of currently used CNAME record
|
Long |
getIsDelayLive()
Get 0: LVB,
1: LCB.
|
Long |
getIsMiniProgramLive()
Get
|
String |
getName()
Get LVB domain name
|
Long |
getPlayType()
Get Playback region.
|
String |
getRentExpireTime()
Get Expiration time of leased domain name
|
Long |
getRentTag()
Get Whether it is a leased domain name
|
Long |
getStatus()
Get Domain name status.
|
String |
getTargetDomain()
Get Domain name corresponding to the CNAME record
|
Long |
getType()
Get Domain name type.
|
void |
setBCName(Long BCName)
Set Whether there is a CNAME record pointing to a fixed rule.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setCurrentCName(String CurrentCName)
Set Information of currently used CNAME record
|
void |
setIsDelayLive(Long IsDelayLive)
Set 0: LVB,
1: LCB.
|
void |
setIsMiniProgramLive(Long IsMiniProgramLive)
Set
|
void |
setName(String Name)
Set LVB domain name
|
void |
setPlayType(Long PlayType)
Set Playback region.
|
void |
setRentExpireTime(String RentExpireTime)
Set Expiration time of leased domain name
|
void |
setRentTag(Long RentTag)
Set Whether it is a leased domain name
|
void |
setStatus(Long Status)
Set Domain name status.
|
void |
setTargetDomain(String TargetDomain)
Set Domain name corresponding to the CNAME record
|
void |
setType(Long Type)
Set 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 String getName()
public void setName(String Name)
Name
- LVB domain namepublic Long getType()
public void setType(Long Type)
Type
- Domain name type. 0: push, 1: playbackpublic Long getStatus()
public void setStatus(Long Status)
Status
- Domain name status. 0: disabled, 1: enabled.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic Long getBCName()
public void setBCName(Long BCName)
BCName
- Whether there is a CNAME record pointing to a fixed rule. 0: no, 1: yes.public String getTargetDomain()
public void setTargetDomain(String TargetDomain)
TargetDomain
- Domain name corresponding to the CNAME recordpublic Long getPlayType()
public void setPlayType(Long PlayType)
PlayType
- Playback region. This parameter is valid only if `Type` is 1.
1: Mainland China, 2: global, 3: outside Mainland China.public Long getIsDelayLive()
public void setIsDelayLive(Long IsDelayLive)
IsDelayLive
- 0: LVB,
1: LCB.public String getCurrentCName()
public void setCurrentCName(String CurrentCName)
CurrentCName
- Information of currently used CNAME recordpublic Long getRentTag()
public void setRentTag(Long RentTag)
RentTag
- Whether it is a leased domain namepublic String getRentExpireTime()
public void setRentExpireTime(String RentExpireTime)
RentExpireTime
- Expiration time of leased domain namepublic Long getIsMiniProgramLive()
public void setIsMiniProgramLive(Long IsMiniProgramLive)
IsMiniProgramLive
- Copyright © 2020. All rights reserved.