Class AutoValue_ContainerState
java.lang.Object
com.spotify.docker.client.messages.ContainerState
com.spotify.docker.client.messages.AutoValue_ContainerState
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ContainerState
extends ContainerState
-
Nested Class Summary
Nested classes/interfaces inherited from class com.spotify.docker.client.messages.ContainerState
ContainerState.Health, ContainerState.HealthLog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.spotify.docker.client.messages.ContainerState
create
-
Field Details
-
status
-
running
-
paused
-
restarting
-
pid
-
exitCode
-
startedAt
-
finishedAt
-
error
-
oomKilled
-
health
-
-
Constructor Details
-
AutoValue_ContainerState
-
-
Method Details
-
status
- Specified by:
status
in classContainerState
-
running
- Specified by:
running
in classContainerState
-
paused
- Specified by:
paused
in classContainerState
-
restarting
- Specified by:
restarting
in classContainerState
-
pid
- Specified by:
pid
in classContainerState
-
exitCode
- Specified by:
exitCode
in classContainerState
-
startedAt
- Specified by:
startedAt
in classContainerState
-
finishedAt
- Specified by:
finishedAt
in classContainerState
-
error
- Specified by:
error
in classContainerState
-
oomKilled
- Specified by:
oomKilled
in classContainerState
-
health
- Specified by:
health
in classContainerState
-
toString
-
equals
-
hashCode
public int hashCode()
-