Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BashRule
-
Packages that use BashRule Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BashRule in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BashRule Modifier and Type Method Description BashRule[]DescribeBashRulesResponse. getList()Get 列表内容Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BashRule Modifier and Type Method Description voidDescribeBashRulesResponse. setList(BashRule[] List)Set 列表内容Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BashRule Constructor Description BashRule(BashRule 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.
-