Uses of Class
com.tencentcloudapi.ccc.v20200210.models.ServeParticipant
-
Packages that use ServeParticipant Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of ServeParticipant in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return ServeParticipant Modifier and Type Method Description ServeParticipant[]TelCdrInfo. getServeParticipants()Get 服务参与者列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type ServeParticipant Modifier and Type Method Description voidTelCdrInfo. setServeParticipants(ServeParticipant[] ServeParticipants)Set 服务参与者列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type ServeParticipant Constructor Description ServeParticipant(ServeParticipant 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.
-