public class CreateSharedCNAMERequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSharedCNAMERequest() |
CreateSharedCNAMERequest(CreateSharedCNAMERequest 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 |
getDescription()
Get Description.
|
String |
getSharedCNAMEPrefix()
Get Shared CNAME prefix.
|
String |
getZoneId()
Get ID of the site to which the shared CNAME belongs.
|
void |
setDescription(String Description)
Set Description.
|
void |
setSharedCNAMEPrefix(String SharedCNAMEPrefix)
Set Shared CNAME prefix.
|
void |
setZoneId(String ZoneId)
Set ID of the site to which the shared CNAME belongs.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateSharedCNAMERequest()
public CreateSharedCNAMERequest(CreateSharedCNAMERequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the site to which the shared CNAME belongs.public String getSharedCNAMEPrefix()
public void setSharedCNAMEPrefix(String SharedCNAMEPrefix)
SharedCNAMEPrefix
- Shared CNAME prefix. Enter a valid domain name prefix, such as "test-api" and "test-api.com". A maximum of 50 characters are allowed.
Complete format of the shared CNAME: 'public String getDescription()
public void setDescription(String Description)
Description
- Description. It supports 1-50 characters.Copyright © 2024. All rights reserved.