Uses of Class
com.tencentcloudapi.cme.v20191029.models.ProjectSwitcherStatusChangedEvent
-
Packages that use ProjectSwitcherStatusChangedEvent Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of ProjectSwitcherStatusChangedEvent in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return ProjectSwitcherStatusChangedEvent Modifier and Type Method Description ProjectSwitcherStatusChangedEvent
EventContent. getProjectSwitcherStatusChangedEvent()
Get 导播台项目状态变更事件。仅当 EventType 为 Project.Switcher.StatusChanged 时有效。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type ProjectSwitcherStatusChangedEvent Modifier and Type Method Description void
EventContent. setProjectSwitcherStatusChangedEvent(ProjectSwitcherStatusChangedEvent ProjectSwitcherStatusChangedEvent)
Set 导播台项目状态变更事件。仅当 EventType 为 Project.Switcher.StatusChanged 时有效。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type ProjectSwitcherStatusChangedEvent Constructor Description ProjectSwitcherStatusChangedEvent(ProjectSwitcherStatusChangedEvent 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.
-