Uses of Class
com.tencentcloudapi.ccc.v20200210.models.Variable
-
Packages that use Variable Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of Variable in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return Variable Modifier and Type Method Description Variable[]CalleeAttribute. getVariables()Get 参数Variable[]CreateAutoCalloutTaskRequest. getVariables()Get 自定义变量(仅高级版支持)Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type Variable Modifier and Type Method Description voidCalleeAttribute. setVariables(Variable[] Variables)Set 参数voidCreateAutoCalloutTaskRequest. setVariables(Variable[] Variables)Set 自定义变量(仅高级版支持)Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type Variable Constructor Description Variable(Variable 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.
-