public class DeployedResources extends AbstractModel
header, skipSign
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 不建议使用。字段返回和Resources相同。本字段后续只返回null
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getResources()
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 不建议使用。字段返回和Resources相同。本字段后续只返回null
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResources(String[] Resources)
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 不建议使用。字段返回和Resources相同。本字段后续只返回null
注意:此字段可能返回 null,表示取不到有效值。public String[] getResources()
public void setResources(String[] Resources)
Resources
- 关联资源ID或关联域名。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.