Class AutoValue_ExecState
java.lang.Object
com.spotify.docker.client.messages.ExecState
com.spotify.docker.client.messages.AutoValue_ExecState
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_ExecState
extends ExecState
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ContainerInfoprivate final Stringprivate final Integerprivate final Stringprivate final Booleanprivate final Booleanprivate final Booleanprivate final ProcessConfigprivate final Boolean -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ExecState(String id, Boolean running, Integer exitCode, ProcessConfig processConfig, Boolean openStdin, Boolean openStdout, Boolean openStderr, ContainerInfo container, String containerId) -
Method Summary
-
Field Details
-
id
-
running
-
exitCode
-
processConfig
-
openStdin
-
openStdout
-
openStderr
-
container
-
containerId
-
-
Constructor Details
-
AutoValue_ExecState
-
-
Method Details
-
id
-
running
-
exitCode
-
processConfig
- Specified by:
processConfigin classExecState
-
openStdin
-
openStdout
- Specified by:
openStdoutin classExecState
-
openStderr
- Specified by:
openStderrin classExecState
-
container
-
containerId
- Specified by:
containerIdin classExecState
-
toString
-
equals
-
hashCode
public int hashCode()
-