public class AccelerateAreaInfo extends AbstractModel
Constructor and Description |
---|
AccelerateAreaInfo() |
AccelerateAreaInfo(AccelerateAreaInfo 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 |
getArea()
Get 加速地区,可选值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
String |
getTencentDisableReason()
Get 腾讯禁用原因,可选值:
ForLegalReasons:因法律原因导致关闭加速;
ForOverdueBills:因欠费停服导致关闭加速。
|
String |
getTencentEdgeDomain()
Get 加速域名对应的 CNAME 域名。
|
void |
setArea(String Area)
Set 加速地区,可选值:
Chinese Mainland:中国境内(不包含港澳台)。
Outside Chinese Mainland:中国境外。
|
void |
setTencentDisableReason(String TencentDisableReason)
Set 腾讯禁用原因,可选值:
ForLegalReasons:因法律原因导致关闭加速;
ForOverdueBills:因欠费停服导致关闭加速。
|
void |
setTencentEdgeDomain(String TencentEdgeDomain)
Set 加速域名对应的 CNAME 域名。
|
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 AccelerateAreaInfo()
public AccelerateAreaInfo(AccelerateAreaInfo source)
public String getArea()
public void setArea(String Area)
Area
- 加速地区,可选值:
public String getTencentDisableReason()
public void setTencentDisableReason(String TencentDisableReason)
TencentDisableReason
- 腾讯禁用原因,可选值:
public String getTencentEdgeDomain()
public void setTencentEdgeDomain(String TencentEdgeDomain)
TencentEdgeDomain
- 加速域名对应的 CNAME 域名。Copyright © 2021. All rights reserved.