Uses of Class
com.tencentcloudapi.apcas.v20201127.models.LabelValue
-
Packages that use LabelValue Package Description com.tencentcloudapi.apcas.v20201127.models -
-
Uses of LabelValue in com.tencentcloudapi.apcas.v20201127.models
Methods in com.tencentcloudapi.apcas.v20201127.models that return LabelValue Modifier and Type Method Description LabelValueLabelDetailData. getValue()Get 标签数据对象Methods in com.tencentcloudapi.apcas.v20201127.models with parameters of type LabelValue Modifier and Type Method Description voidLabelDetailData. setValue(LabelValue Value)Set 标签数据对象Constructors in com.tencentcloudapi.apcas.v20201127.models with parameters of type LabelValue Constructor Description LabelValue(LabelValue 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.
-