Uses of Class
com.tencentcloudapi.cls.v20201016.models.LogContextInfo
-
Packages that use LogContextInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of LogContextInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return LogContextInfo Modifier and Type Method Description LogContextInfo[]DescribeLogContextResponse. getLogContextInfos()Get 日志上下文信息集合Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type LogContextInfo Modifier and Type Method Description voidDescribeLogContextResponse. setLogContextInfos(LogContextInfo[] LogContextInfos)Set 日志上下文信息集合Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type LogContextInfo Constructor Description LogContextInfo(LogContextInfo 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.
-