public class StartCDNDomainRequest extends AbstractModel
skipSign| Constructor and Description |
|---|
StartCDNDomainRequest() |
StartCDNDomainRequest(StartCDNDomainRequest 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 |
getDomain()
Get Domain.
|
String |
getOperation()
Get Domain operation, value: start: enable; stop: disable.
|
Long |
getSubAppId()
Get VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.
|
void |
setDomain(String Domain)
Set Domain.
|
void |
setOperation(String Operation)
Set Domain operation, value: start: enable; stop: disable.
|
void |
setSubAppId(Long SubAppId)
Set VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StartCDNDomainRequest()
public StartCDNDomainRequest(StartCDNDomainRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain.public String getOperation()
public void setOperation(String Operation)
Operation - Domain operation, value: public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - VOD[Subapplication](/document/product/266/14574) ID。If you want to access resources in a Subapplication, fill this field with the Subapplication ID; otherwise, you don't need to fill in this field.Copyright © 2023. All rights reserved.