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:
statusin classContainerState
-
running
- Specified by:
runningin classContainerState
-
paused
- Specified by:
pausedin classContainerState
-
restarting
- Specified by:
restartingin classContainerState
-
pid
- Specified by:
pidin classContainerState
-
exitCode
- Specified by:
exitCodein classContainerState
-
startedAt
- Specified by:
startedAtin classContainerState
-
finishedAt
- Specified by:
finishedAtin classContainerState
-
error
- Specified by:
errorin classContainerState
-
oomKilled
- Specified by:
oomKilledin classContainerState
-
health
- Specified by:
healthin classContainerState
-
toString
-
equals
-
hashCode
public int hashCode()
-