Class DescribeFlowLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeFlowLogRequest
-
public class DescribeFlowLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowLogRequest()DescribeFlowLogRequest(DescribeFlowLogRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFlowLogId()Get 流日志唯一ID。StringgetVpcId()Get 私用网络ID或者统一ID,建议使用统一ID。voidsetFlowLogId(String FlowLogId)Set 流日志唯一ID。voidsetVpcId(String VpcId)Set 私用网络ID或者统一ID,建议使用统一ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeFlowLogRequest
public DescribeFlowLogRequest()
-
DescribeFlowLogRequest
public DescribeFlowLogRequest(DescribeFlowLogRequest 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID。- Returns:
- VpcId 私用网络ID或者统一ID,建议使用统一ID。
-
setVpcId
public void setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID。- Parameters:
VpcId- 私用网络ID或者统一ID,建议使用统一ID。
-
getFlowLogId
public String getFlowLogId()
Get 流日志唯一ID。- Returns:
- FlowLogId 流日志唯一ID。
-
setFlowLogId
public void setFlowLogId(String FlowLogId)
Set 流日志唯一ID。- Parameters:
FlowLogId- 流日志唯一ID。
-
-