PtzPresetTourStartingCondition class

Parameters to specify the detail behavior of the preset tour.

Annotations
  • @JsonSerializable()

Constructors

PtzPresetTourStartingCondition({required bool? randomPresetOrder, int? recurringTime, String? recurringDuration, PtzPresetTourDirection? direction, dynamic extension})
PtzPresetTourStartingCondition.fromJson(Map<String, dynamic> json)
factory

Properties

direction PtzPresetTourDirection?
Optional parameter to choose which direction the preset tour goes. Forward shall be chosen in case it is omitted.
final
extension → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
randomPresetOrder bool?
Execute presets in random order. If set to true and Direction is also present, Direction will be ignored and presets of the Tour will be recalled randomly.
final
recurringDuration String?
Optional parameter to specify how long time duration the preset tour is recurred.
final
recurringTime int?
Optional parameter to specify how many times the preset tour is recurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited