Class AutoValue_ContainerUpdate

java.lang.Object
com.spotify.docker.client.messages.ContainerUpdate
com.spotify.docker.client.messages.AutoValue_ContainerUpdate

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

    • warnings

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

    • AutoValue_ContainerUpdate

      private AutoValue_ContainerUpdate(@Nullable com.google.common.collect.ImmutableList<String> warnings)
  • Method Details