Class AclConfigRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.AclConfigRelation
-
public class AclConfigRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AclConfigRelation()AclConfigRelation(AclConfigRelation 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 AclConfiggetAclConfig()Get acl策略InstanceRelation[]getInstanceDetailList()Get 实例列表voidsetAclConfig(AclConfig AclConfig)Set acl策略voidsetInstanceDetailList(InstanceRelation[] InstanceDetailList)Set 实例列表voidtoMap(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
-
AclConfigRelation
public AclConfigRelation()
-
AclConfigRelation
public AclConfigRelation(AclConfigRelation 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
-
getAclConfig
public AclConfig getAclConfig()
Get acl策略- Returns:
- AclConfig acl策略
-
setAclConfig
public void setAclConfig(AclConfig AclConfig)
Set acl策略- Parameters:
AclConfig- acl策略
-
getInstanceDetailList
public InstanceRelation[] getInstanceDetailList()
Get 实例列表- Returns:
- InstanceDetailList 实例列表
-
setInstanceDetailList
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 实例列表- Parameters:
InstanceDetailList- 实例列表
-
-