SlaInformationOngoingCycleDTO class

Constructors

SlaInformationOngoingCycleDTO({DateDTO? breachTime, bool? breached, DurationDTO? elapsedTime, DurationDTO? goalDuration, bool? paused, DurationDTO? remainingTime, DateDTO? startTime, bool? withinCalendarHours})
SlaInformationOngoingCycleDTO.fromJson(Map<String, Object?> json)
factory

Properties

breached bool
Indicates whether the SLA has been breached (true) or not (false).
final
breachTime DateDTO?
Time and date at which the SLA cycle would have breached its limit.
final
elapsedTime DurationDTO?
Duration of the service.
final
goalDuration DurationDTO?
Duration within which the service should be completed.
final
hashCode int
The hash code for this object.
no setterinherited
paused bool
Indicates whether the SLA is paused (true) or not (false).
final
remainingTime DurationDTO?
Duration remaining in which to complete the service.
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
withinCalendarHours bool
Indicates whether the SLA it timed during calendared working hours only (true) or not (false).
final

Methods

copyWith({DateDTO? breachTime, bool? breached, DurationDTO? elapsedTime, DurationDTO? goalDuration, bool? paused, DurationDTO? remainingTime, DateDTO? startTime, bool? withinCalendarHours}) SlaInformationOngoingCycleDTO
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