Class Platform
java.lang.Object
com.spotify.docker.client.messages.Platform
- Direct Known Subclasses:
AutoValue_Platform
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
(package private) static Platform
create
(String architecture, String os, String osVersion, com.google.common.collect.ImmutableList<String> osFeatures, String variant, com.google.common.collect.ImmutableList<String> features) abstract com.google.common.collect.ImmutableList
<String> features()
abstract String
os()
abstract com.google.common.collect.ImmutableList
<String> abstract String
abstract String
variant()
-
Constructor Details
-
Platform
public Platform()
-
-
Method Details
-
architecture
-
os
-
osVersion
-
osFeatures
-
variant
-
features
-
create
-