public class CreateConfigCmdImpl extends AbstrDockerCmd<CreateConfigCmd,CreateConfigResponse> implements CreateConfigCmd
CreateConfigCmd.Execexecution| Constructor and Description |
|---|
CreateConfigCmdImpl(CreateConfigCmd.Exec exec) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
Map<String,String> |
getLabels() |
String |
getName() |
CreateConfigCmd |
withData(byte[] data) |
CreateConfigCmd |
withLabels(Map<String,String> labels) |
CreateConfigCmd |
withName(String name) |
close, exec, registryAuth, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecpublic CreateConfigCmdImpl(CreateConfigCmd.Exec exec)
public String getName()
getName in interface CreateConfigCmdpublic String getData()
getData in interface CreateConfigCmdpublic Map<String,String> getLabels()
getLabels in interface CreateConfigCmdpublic CreateConfigCmd withName(String name)
withName in interface CreateConfigCmdpublic CreateConfigCmd withData(byte[] data)
withData in interface CreateConfigCmdpublic CreateConfigCmd withLabels(Map<String,String> labels)
withLabels in interface CreateConfigCmdCopyright © 2025. All rights reserved.