Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.RecordPlanItem
-
Packages that use RecordPlanItem Package Description com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of RecordPlanItem in com.tencentcloudapi.iotvideoindustry.v20201201.models
Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models that return RecordPlanItem Modifier and Type Method Description RecordPlanItemGetRecordPlanByDevResponse. getPlan()Get 录制计划详情 注意:此字段可能返回 null,表示取不到有效值。RecordPlanItemGetRecordPlanByIdResponse. getPlan()Get 录制计划详情 注意:此字段可能返回 null,表示取不到有效值。RecordPlanItem[]GetRecordPlansResponse. getPlans()Get 录制计划详情·列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type RecordPlanItem Modifier and Type Method Description voidGetRecordPlanByDevResponse. setPlan(RecordPlanItem Plan)Set 录制计划详情 注意:此字段可能返回 null,表示取不到有效值。voidGetRecordPlanByIdResponse. setPlan(RecordPlanItem Plan)Set 录制计划详情 注意:此字段可能返回 null,表示取不到有效值。voidGetRecordPlansResponse. setPlans(RecordPlanItem[] Plans)Set 录制计划详情·列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type RecordPlanItem Constructor Description RecordPlanItem(RecordPlanItem 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.
-