public class ContainerSpecFile extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_26
Constructor and Description |
---|
ContainerSpecFile() |
Modifier and Type | Method and Description |
---|---|
String |
getGid() |
Long |
getMode() |
String |
getName() |
String |
getUid() |
ContainerSpecFile |
withGid(String gid) |
ContainerSpecFile |
withMode(Long mode) |
ContainerSpecFile |
withName(String name) |
ContainerSpecFile |
withUid(String uid) |
getRawValues
public String getName()
public ContainerSpecFile withName(String name)
public String getUid()
public ContainerSpecFile withUid(String uid)
public String getGid()
public ContainerSpecFile withGid(String gid)
public Long getMode()
public ContainerSpecFile withMode(Long mode)
Copyright © 2021. All rights reserved.