public class UnBindLiveDomainCertRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UnBindLiveDomainCertRequest() |
UnBindLiveDomainCertRequest(UnBindLiveDomainCertRequest 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 Playback domain name.
|
String |
getType()
Get Valid values:
`gray`: unbind the canary certificate
`formal` (default): unbind the formal certificate
`formal` will be used if no value is passed in
|
void |
setDomainName(String DomainName)
Set Playback domain name.
|
void |
setType(String Type)
Set Valid values:
`gray`: unbind the canary certificate
`formal` (default): unbind the formal certificate
`formal` will be used if no value is passed in
|
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 UnBindLiveDomainCertRequest()
public UnBindLiveDomainCertRequest(UnBindLiveDomainCertRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Playback domain name.public String getType()
public void setType(String Type)
Type
- Valid values:
`gray`: unbind the canary certificate
`formal` (default): unbind the formal certificate
`formal` will be used if no value is passed inCopyright © 2024. All rights reserved.