ContainerStateRunning

final case class ContainerStateRunning(startedAt: Option[Time])

ContainerStateRunning is a running state of a container.

Companion:
object
Source:
ContainerStateRunning.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if startedAt has a value, transforms to the result of function

if startedAt has a value, transforms to the result of function

Source:
ContainerStateRunning.scala

Returns a new data with startedAt set to new value

Returns a new data with startedAt set to new value

Source:
ContainerStateRunning.scala

Inherited methods

Inherited from:
Product