public class AliasDomain extends AbstractModel
| Constructor and Description | 
|---|
AliasDomain()  | 
AliasDomain(AliasDomain 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 | 
getAliasName()
Get The alias domain name. 
 | 
String | 
getCreatedOn()
Get Creation time of the alias domain name. 
 | 
Long | 
getForbidMode()
Get The blocking mode. 
 | 
String | 
getModifiedOn()
Get Modification time of the alias domain name. 
 | 
String | 
getStatus()
Get Status of the alias domain name. 
 | 
String | 
getTargetName()
Get The target domain name. 
 | 
String | 
getZoneId()
Get The site ID. 
 | 
void | 
setAliasName(String AliasName)
Set The alias domain name. 
 | 
void | 
setCreatedOn(String CreatedOn)
Set Creation time of the alias domain name. 
 | 
void | 
setForbidMode(Long ForbidMode)
Set The blocking mode. 
 | 
void | 
setModifiedOn(String ModifiedOn)
Set Modification time of the alias domain name. 
 | 
void | 
setStatus(String Status)
Set Status of the alias domain name. 
 | 
void | 
setTargetName(String TargetName)
Set The target domain name. 
 | 
void | 
setZoneId(String ZoneId)
Set The site ID. 
 | 
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, toJsonStringpublic AliasDomain()
public AliasDomain(AliasDomain source)
public String getAliasName()
public void setAliasName(String AliasName)
AliasName - The alias domain name.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - The site ID.public String getTargetName()
public void setTargetName(String TargetName)
TargetName - The target domain name.public String getStatus()
public void setStatus(String Status)
Status - Status of the alias domain name. Values:
public Long getForbidMode()
public void setForbidMode(Long ForbidMode)
ForbidMode - The blocking mode. Values:
public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Creation time of the alias domain name.public String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn - Modification time of the alias domain name.Copyright © 2023. All rights reserved.