SlaInformationCompletedCycleDTO class
Constructors
- SlaInformationCompletedCycleDTO({DateDTO? breachTime, bool? breached, DurationDTO? elapsedTime, DurationDTO? goalDuration, DurationDTO? remainingTime, DateDTO? startTime, DateDTO? stopTime})
-
SlaInformationCompletedCycleDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- breached → bool
-
Indicates if the SLA (duration) was exceeded (true) or not (false).
final
- breachTime → DateDTO?
-
Time and date at which the SLA cycle breached in case of completed
breached cycle or would have breached in case of non-breached completed
cycle.
final
- elapsedTime → DurationDTO?
-
Duration in which the service was completed.
final
- goalDuration → DurationDTO?
-
Duration within which the service should have been completed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- remainingTime → DurationDTO?
-
Duration remaining after the service was completed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateDTO?
-
Time and date at which the SLA cycle started.
final
- stopTime → DateDTO?
-
Time and date at which the SLA cycle completed.
final
Methods
-
copyWith(
{DateDTO? breachTime, bool? breached, DurationDTO? elapsedTime, DurationDTO? goalDuration, DurationDTO? remainingTime, DateDTO? startTime, DateDTO? stopTime}) → SlaInformationCompletedCycleDTO -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited