public class DescribeCustomizedConfigAssociateListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCustomizedConfigAssociateListRequest() | 
| DescribeCustomizedConfigAssociateListRequest(DescribeCustomizedConfigAssociateListRequest 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 | getDomain()Get 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。 | 
| Long | getLimit()Get 拉取绑定关系列表数目,默认值 20 | 
| Long | getOffset()Get 拉取绑定关系列表开始位置,默认值 0 | 
| String | getUconfigId()Get 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。 | 
| void | setDomain(String Domain)Set 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。 | 
| void | setLimit(Long Limit)Set 拉取绑定关系列表数目,默认值 20 | 
| void | setOffset(Long Offset)Set 拉取绑定关系列表开始位置,默认值 0 | 
| void | setUconfigId(String UconfigId)Set 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCustomizedConfigAssociateListRequest()
public DescribeCustomizedConfigAssociateListRequest(DescribeCustomizedConfigAssociateListRequest source)
public String getUconfigId()
public void setUconfigId(String UconfigId)
UconfigId - 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。public Long getOffset()
public void setOffset(Long Offset)
Offset - 拉取绑定关系列表开始位置,默认值 0public Long getLimit()
public void setLimit(Long Limit)
Limit - 拉取绑定关系列表数目,默认值 20public String getDomain()
public void setDomain(String Domain)
Domain - 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。Copyright © 2025. All rights reserved.