public class DescribeGatewayFlowMonitorDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeGatewayFlowMonitorDetailRequest()  | 
DescribeGatewayFlowMonitorDetailRequest(DescribeGatewayFlowMonitorDetailRequest 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 | 
getDirectConnectGatewayId()
Get The instance ID of the Direct Connect gateway, such as `dcg-ltjahce6`. 
 | 
Long | 
getLimit()
Get The returned quantity. 
 | 
String | 
getNatId()
Get The instance ID of the NAT gateway, such as `nat-ltjahce6`. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
String | 
getOrderDirection()
Get Order methods. 
 | 
String | 
getOrderField()
Get The order field supports `InPkg`, `OutPkg`, `InTraffic`, and `OutTraffic`. 
 | 
String | 
getPeeringConnectionId()
Get The instance ID of the peering connection, such as `pcx-ltjahce6`. 
 | 
String | 
getTimePoint()
Get The point in time. 
 | 
String | 
getVpnId()
Get The instance ID of the VPN gateway, such as `vpn-ltjahce6`. 
 | 
void | 
setDirectConnectGatewayId(String DirectConnectGatewayId)
Set The instance ID of the Direct Connect gateway, such as `dcg-ltjahce6`. 
 | 
void | 
setLimit(Long Limit)
Set The returned quantity. 
 | 
void | 
setNatId(String NatId)
Set The instance ID of the NAT gateway, such as `nat-ltjahce6`. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOrderDirection(String OrderDirection)
Set Order methods. 
 | 
void | 
setOrderField(String OrderField)
Set The order field supports `InPkg`, `OutPkg`, `InTraffic`, and `OutTraffic`. 
 | 
void | 
setPeeringConnectionId(String PeeringConnectionId)
Set The instance ID of the peering connection, such as `pcx-ltjahce6`. 
 | 
void | 
setTimePoint(String TimePoint)
Set The point in time. 
 | 
void | 
setVpnId(String VpnId)
Set The instance ID of the VPN gateway, such as `vpn-ltjahce6`. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeGatewayFlowMonitorDetailRequest()
public DescribeGatewayFlowMonitorDetailRequest(DescribeGatewayFlowMonitorDetailRequest source)
public String getTimePoint()
public void setTimePoint(String TimePoint)
TimePoint - The point in time. This indicates details of this minute will be queried. For example, in `2019-02-28 18:15:20`, details at `18:15` will be queried.public String getVpnId()
public void setVpnId(String VpnId)
VpnId - The instance ID of the VPN gateway, such as `vpn-ltjahce6`.public String getDirectConnectGatewayId()
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
DirectConnectGatewayId - The instance ID of the Direct Connect gateway, such as `dcg-ltjahce6`.public String getPeeringConnectionId()
public void setPeeringConnectionId(String PeeringConnectionId)
PeeringConnectionId - The instance ID of the peering connection, such as `pcx-ltjahce6`.public String getNatId()
public void setNatId(String NatId)
NatId - The instance ID of the NAT gateway, such as `nat-ltjahce6`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit - The returned quantity.public String getOrderField()
public void setOrderField(String OrderField)
OrderField - The order field supports `InPkg`, `OutPkg`, `InTraffic`, and `OutTraffic`.public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection - Order methods. Ascending: `ASC`, Descending: `DESC`.Copyright © 2025. All rights reserved.