public class DescribeProxyCustomConfRequest extends AbstractModel
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
|
Long |
getLimit()
Get 限制
|
Long |
getOffset()
Get 分页
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeProxyCustomConfRequest()
public DescribeProxyCustomConfRequest(DescribeProxyCustomConfRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制Copyright © 2022. All rights reserved.