PresetTour class
- Annotations
-
- @JsonSerializable()
Constructors
- PresetTour({required String token, String? name, required PtzPresetTourStatus status, required bool autoStart, required PtzPresetTourStartingCondition startingCondition, PtzPresetTourSpot? tourSpot, dynamic extension})
-
PresetTour.fromJson(Map<
String, dynamic> json) -
factory
Properties
- autoStart → bool
-
Auto Start flag of the preset tour. True allows the preset tour to be activated always.
final
- extension → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
Read only parameters to indicate the status of the preset tour.
final
- referenceToken → ReferenceToken
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startingCondition → PtzPresetTourStartingCondition
-
Parameters to specify the detail behavior of the preset tour.
final
- status → PtzPresetTourStatus
-
Read only parameters to indicate the status of the preset tour.
final
- token → String
-
Unique identifier of this preset tour.
final
- tourSpot → PtzPresetTourSpot?
-
A list of detail of touring spots including preset positions.
final
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