public class DescribeProxyCustomConfRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeProxyCustomConfRequest() | 
| DescribeProxyCustomConfRequest(DescribeProxyCustomConfRequest 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 | getInstanceId()Get 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| Long | getLimit()Get 限制 | 
| Long | getOffset()Get 分页 | 
| void | setInstanceId(String InstanceId)Set 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| void | setLimit(Long Limit)Set 限制 | 
| void | setOffset(Long Offset)Set 分页 | 
| 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 DescribeProxyCustomConfRequest()
public DescribeProxyCustomConfRequest(DescribeProxyCustomConfRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制Copyright © 2025. All rights reserved.