Uses of Class
com.tencentcloudapi.ccc.v20200210.models.AutoCalloutTaskCalleeInfo
-
Packages that use AutoCalloutTaskCalleeInfo Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of AutoCalloutTaskCalleeInfo in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return AutoCalloutTaskCalleeInfo Modifier and Type Method Description AutoCalloutTaskCalleeInfo[]DescribeAutoCalloutTaskResponse. getCallees()Get 被叫信息列表Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type AutoCalloutTaskCalleeInfo Modifier and Type Method Description voidDescribeAutoCalloutTaskResponse. setCallees(AutoCalloutTaskCalleeInfo[] Callees)Set 被叫信息列表Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type AutoCalloutTaskCalleeInfo Constructor Description AutoCalloutTaskCalleeInfo(AutoCalloutTaskCalleeInfo 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.
-