Uses of Class
com.tencentcloudapi.iss.v20230517.models.RecordPlanChannelInfo
-
Packages that use RecordPlanChannelInfo Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of RecordPlanChannelInfo in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return RecordPlanChannelInfo Modifier and Type Method Description RecordPlanChannelInfo[]ListRecordBackupPlanDevicesData. getList()Get 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。RecordPlanChannelInfo[]ListRecordPlanDevicesData. getList()Get 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type RecordPlanChannelInfo Modifier and Type Method Description voidListRecordBackupPlanDevicesData. setList(RecordPlanChannelInfo[] List)Set 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。voidListRecordPlanDevicesData. setList(RecordPlanChannelInfo[] List)Set 设备通道信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type RecordPlanChannelInfo Constructor Description RecordPlanChannelInfo(RecordPlanChannelInfo 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.
-