Uses of Class
com.tencentcloudapi.vpc.v20170312.models.TrafficFlow
-
Packages that use TrafficFlow Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of TrafficFlow in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return TrafficFlow Modifier and Type Method Description TrafficFlowUsedDetail. getDeduction()Get 本次抵扣TrafficFlowUsedDetail. getRemainingAmount()Get 本次抵扣后剩余量TrafficFlowUsedDetail. getTotalAmount()Get 流量包总量Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type TrafficFlow Modifier and Type Method Description voidUsedDetail. setDeduction(TrafficFlow Deduction)Set 本次抵扣voidUsedDetail. setRemainingAmount(TrafficFlow RemainingAmount)Set 本次抵扣后剩余量voidUsedDetail. setTotalAmount(TrafficFlow TotalAmount)Set 流量包总量Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type TrafficFlow Constructor Description TrafficFlow(TrafficFlow 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.
-