public class PodExecOptionsFluent<A extends PodExecOptionsFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PodExecOptionsFluent() |
PodExecOptionsFluent(PodExecOptions instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PodExecOptionsFluent()
public PodExecOptionsFluent(PodExecOptions instance)
public String getApiVersion()
public boolean hasApiVersion()
public A addAllToCommand(Collection<String> items)
public A removeAllFromCommand(Collection<String> items)
public String getCommand(int index)
public String getFirstCommand()
public String getLastCommand()
public boolean hasCommand()
public String getContainer()
public boolean hasContainer()
public String getKind()
public boolean hasKind()
public Boolean getStderr()
public boolean hasStderr()
public Boolean getStdin()
public boolean hasStdin()
public Boolean getStdout()
public boolean hasStdout()
public Boolean getTty()
public boolean hasTty()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends PodExecOptionsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends PodExecOptionsFluent<A>>public A withStderr()
public A withStdin()
public A withStdout()
public A withTty()
Copyright © 2015–2023 Red Hat. All rights reserved.