public class GraphDriver
extends java.lang.Object
InspectImageResponse
and InspectContainerResponse
com.github.dockerjava.core.RemoteApiVersion#VERSION_1_21
Constructor and Description |
---|
GraphDriver() |
Modifier and Type | Method and Description |
---|---|
GraphData |
getData() |
java.lang.String |
getName() |
GraphDriver |
withData(GraphData data) |
GraphDriver |
withName(java.lang.String name) |
public GraphDriver withData(GraphData data)
data
@CheckForNull public java.lang.String getName()
name
public GraphDriver withName(java.lang.String name)
name
Copyright © 2020. All Rights Reserved.