Class DeployedResources
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.DeployedResources
-
public class DeployedResources extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificateId()Get 证书IDLonggetCount()Get 数量String[]getResourceIds()Get 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。String[]getResources()Get 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 资源标识:clb,cdn,live,waf,antiddosvoidsetCertificateId(String CertificateId)Set 证书IDvoidsetCount(Long Count)Set 数量voidsetResourceIds(String[] ResourceIds)Set 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。voidsetResources(String[] Resources)Set 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 资源标识:clb,cdn,live,waf,antiddosvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeployedResources
public DeployedResources()
-
DeployedResources
public 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.
-
-
Method Detail
-
getCertificateId
public String getCertificateId()
Get 证书ID- Returns:
- CertificateId 证书ID
-
setCertificateId
public void setCertificateId(String CertificateId)
Set 证书ID- Parameters:
CertificateId- 证书ID
-
getCount
public Long getCount()
Get 数量- Returns:
- Count 数量
-
setCount
public void setCount(Long Count)
Set 数量- Parameters:
Count- 数量
-
getType
public String getType()
Get 资源标识:clb,cdn,live,waf,antiddos- Returns:
- Type 资源标识:clb,cdn,live,waf,antiddos
-
setType
public void setType(String Type)
Set 资源标识:clb,cdn,live,waf,antiddos- Parameters:
Type- 资源标识:clb,cdn,live,waf,antiddos
-
getResourceIds
public String[] getResourceIds()
Get 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceIds 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceIds
public void setResourceIds(String[] ResourceIds)
Set 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceIds- 不建议使用。字段返回和Resources相同。本字段后续只返回null 注意:此字段可能返回 null,表示取不到有效值。
-
getResources
public String[] getResources()
Get 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Resources 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。
-
setResources
public void setResources(String[] Resources)
Set 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Resources- 关联资源ID或关联域名。 注意:此字段可能返回 null,表示取不到有效值。
-
-