@Generated(value="org.jsonschema2pojo") public class ExecConfig extends Object implements Serializable
| Constructor and Description |
|---|
ExecConfig()
No args constructor for use in serialization
|
ExecConfig(Boolean AttachStderr,
Boolean AttachStdin,
Boolean AttachStdout,
List<String> Cmd,
String Container,
Boolean Detach,
Boolean Privileged,
Boolean Tty,
String User) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAttachStderr() |
Boolean |
getAttachStdin() |
Boolean |
getAttachStdout() |
List<String> |
getCmd() |
String |
getContainer() |
Boolean |
getDetach() |
Boolean |
getPrivileged() |
Boolean |
getTty() |
String |
getUser() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAttachStderr(Boolean AttachStderr) |
void |
setAttachStdin(Boolean AttachStdin) |
void |
setAttachStdout(Boolean AttachStdout) |
void |
setCmd(List<String> Cmd) |
void |
setContainer(String Container) |
void |
setDetach(Boolean Detach) |
void |
setPrivileged(Boolean Privileged) |
void |
setTty(Boolean Tty) |
void |
setUser(String User) |
public ExecConfig()
public ExecConfig(Boolean AttachStderr, Boolean AttachStdin, Boolean AttachStdout, List<String> Cmd, String Container, Boolean Detach, Boolean Privileged, Boolean Tty, String User)
AttachStdout - Container - User - AttachStderr - AttachStdin - Privileged - Tty - Cmd - Detach - public Boolean getAttachStderr()
public void setAttachStderr(Boolean AttachStderr)
AttachStderr - The AttachStderrpublic Boolean getAttachStdin()
public void setAttachStdin(Boolean AttachStdin)
AttachStdin - The AttachStdinpublic Boolean getAttachStdout()
public void setAttachStdout(Boolean AttachStdout)
AttachStdout - The AttachStdoutpublic String getContainer()
public void setContainer(String Container)
Container - The Containerpublic Boolean getDetach()
public void setDetach(Boolean Detach)
Detach - The Detachpublic Boolean getPrivileged()
public void setPrivileged(Boolean Privileged)
Privileged - The Privilegedpublic Boolean getTty()
public void setTty(Boolean Tty)
Tty - The Ttypublic String getUser()
public void setUser(String User)
User - The UserCopyright © 2015–2016 Red Hat. All rights reserved.