Uses of Class
com.tencentcloudapi.ame.v20190916.models.KTVRobotInfo
-
Packages that use KTVRobotInfo Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of KTVRobotInfo in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return KTVRobotInfo Modifier and Type Method Description KTVRobotInfo[]DescribeKTVRobotsResponse. getKTVRobotInfoSet()Get 机器人信息集合。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVRobotInfo Modifier and Type Method Description voidDescribeKTVRobotsResponse. setKTVRobotInfoSet(KTVRobotInfo[] KTVRobotInfoSet)Set 机器人信息集合。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type KTVRobotInfo Constructor Description KTVRobotInfo(KTVRobotInfo 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.
-