Class AutoValue_ExecCreation

java.lang.Object
com.spotify.docker.client.messages.ExecCreation
com.spotify.docker.client.messages.AutoValue_ExecCreation

@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_ExecCreation extends ExecCreation
  • Field Details

    • id

      private final String id
    • warnings

      private final com.google.common.collect.ImmutableList<String> warnings
  • Constructor Details

    • AutoValue_ExecCreation

      AutoValue_ExecCreation(String id, @Nullable com.google.common.collect.ImmutableList<String> warnings)
  • Method Details