Class AutoValue_Platform

java.lang.Object
com.spotify.docker.client.messages.Platform
com.spotify.docker.client.messages.AutoValue_Platform

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

    • architecture

      private final String architecture
    • os

      private final String os
    • osVersion

      private final String osVersion
    • osFeatures

      private final com.google.common.collect.ImmutableList<String> osFeatures
    • variant

      private final String variant
    • features

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

    • AutoValue_Platform

      AutoValue_Platform(String architecture, String os, String osVersion, com.google.common.collect.ImmutableList<String> osFeatures, String variant, com.google.common.collect.ImmutableList<String> features)
  • Method Details