Uses of Class
com.tencentcloudapi.tcss.v20201101.models.SecLogDeliveryClsSettingInfo
-
Packages that use SecLogDeliveryClsSettingInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of SecLogDeliveryClsSettingInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return SecLogDeliveryClsSettingInfo Modifier and Type Method Description SecLogDeliveryClsSettingInfo[]ModifySecLogDeliveryClsSettingRequest. getList()Get 日志信息SecLogDeliveryClsSettingInfo[]DescribeSecLogDeliveryClsSettingResponse. getLogTypeList()Get 日志类型列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type SecLogDeliveryClsSettingInfo Modifier and Type Method Description voidModifySecLogDeliveryClsSettingRequest. setList(SecLogDeliveryClsSettingInfo[] List)Set 日志信息voidDescribeSecLogDeliveryClsSettingResponse. setLogTypeList(SecLogDeliveryClsSettingInfo[] LogTypeList)Set 日志类型列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type SecLogDeliveryClsSettingInfo Constructor Description SecLogDeliveryClsSettingInfo(SecLogDeliveryClsSettingInfo 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.
-