Uses of Class
com.tencentcloudapi.tsf.v20180326.models.LaneRule
-
Packages that use LaneRule Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of LaneRule in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return LaneRule Modifier and Type Method Description LaneRule[]LaneRules. getContent()Get 泳道规则列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type LaneRule Modifier and Type Method Description voidLaneRules. setContent(LaneRule[] Content)Set 泳道规则列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type LaneRule Constructor Description LaneRule(LaneRule 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.
-