Uses of Class
com.tencentcloudapi.cfw.v20190904.models.SequenceData
-
Packages that use SequenceData Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of SequenceData in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return SequenceData Modifier and Type Method Description SequenceData[]ModifySequenceRulesRequest. getData()Get 修改数据Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type SequenceData Modifier and Type Method Description voidModifySequenceRulesRequest. setData(SequenceData[] Data)Set 修改数据Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type SequenceData Constructor Description SequenceData(SequenceData 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.
-