public class DeployedResources extends AbstractModel
Constructor and Description |
---|
DeployedResources() |
DeployedResources(DeployedResources 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 |
getCertificateId()
Get 证书ID
|
Long |
getCount()
Get 数量
|
String[] |
getResourceIds()
Get 关联资源ID或关联域名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 资源标识:clb,cdn,live,waf,antiddos
|
void |
setCertificateId(String CertificateId)
Set 证书ID
|
void |
setCount(Long Count)
Set 数量
|
void |
setResourceIds(String[] ResourceIds)
Set 关联资源ID或关联域名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 资源标识:clb,cdn,live,waf,antiddos
|
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 DeployedResources()
public DeployedResources(DeployedResources source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- 证书IDpublic Long getCount()
public void setCount(Long Count)
Count
- 数量public String getType()
public void setType(String Type)
Type
- 资源标识:clb,cdn,live,waf,antiddospublic String[] getResourceIds()
public void setResourceIds(String[] ResourceIds)
ResourceIds
- 关联资源ID或关联域名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.