public class DescribeProxyProcessStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProxyProcessStatisticsRequest() |
DescribeProxyProcessStatisticsRequest(DescribeProxyProcessStatisticsRequest 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 Instance ID.
|
String |
getInstanceProxyId()
Get The proxy ID you want to query under the instance
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getOrderDirection()
Get Sorting order.
|
String |
getProduct()
Get Service type.
|
String |
getSortBy()
Get Sort by field.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstanceProxyId(String InstanceProxyId)
Set The proxy ID you want to query under the instance
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setOrderDirection(String OrderDirection)
Set Sorting order.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setSortBy(String SortBy)
Set Sort by field.
|
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 DescribeProxyProcessStatisticsRequest()
public DescribeProxyProcessStatisticsRequest(DescribeProxyProcessStatisticsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getInstanceProxyId()
public void setInstanceProxyId(String InstanceProxyId)
InstanceProxyId
- The proxy ID you want to query under the instancepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results.public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid value: `redis` (TencentDB for Redis).public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: `0`.public String getSortBy()
public void setSortBy(String SortBy)
SortBy
- Sort by field. Valid values: `AllConn`, `ActiveConn`, `Ip`.public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- Sorting order. Valid values: `DESC`, `ASC`.Copyright © 2023. All rights reserved.