public class JVMScriptSpecFluentImpl<A extends JVMScriptSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JVMScriptSpecFluent<A>
| Constructor and Description |
|---|
JVMScriptSpecFluentImpl() |
JVMScriptSpecFluentImpl(JVMScriptSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAfter() |
String |
getClassname() |
String |
getContent() |
String |
getFile() |
String |
getMethodname() |
String |
getName() |
String |
getType() |
Boolean |
hasAfter() |
Boolean |
hasClassname() |
Boolean |
hasContent() |
Boolean |
hasFile() |
int |
hashCode() |
Boolean |
hasMethodname() |
Boolean |
hasName() |
Boolean |
hasType() |
A |
withAfter(Boolean after) |
A |
withClassname(String classname) |
A |
withContent(String content) |
A |
withFile(String file) |
A |
withMethodname(String methodname) |
A |
withName(String name) |
A |
withNewClassname(String arg0)
Deprecated.
|
A |
withNewContent(String arg0)
Deprecated.
|
A |
withNewFile(String arg0)
Deprecated.
|
A |
withNewMethodname(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
public JVMScriptSpecFluentImpl()
public JVMScriptSpecFluentImpl(JVMScriptSpec instance)
public Boolean getAfter()
getAfter in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withAfter(Boolean after)
withAfter in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasAfter()
hasAfter in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getClassname()
getClassname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withClassname(String classname)
withClassname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasClassname()
hasClassname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewClassname(String arg0)
withNewClassname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getContent()
getContent in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withContent(String content)
withContent in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasContent()
hasContent in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewContent(String arg0)
withNewContent in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getFile()
getFile in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withFile(String file)
withFile in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasFile()
hasFile in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewFile(String arg0)
withNewFile in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getMethodname()
getMethodname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withMethodname(String methodname)
withMethodname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasMethodname()
hasMethodname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewMethodname(String arg0)
withNewMethodname in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getName()
getName in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withName(String name)
withName in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasName()
hasName in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public String getType()
getType in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public A withType(String type)
withType in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>public Boolean hasType()
hasType in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface JVMScriptSpecFluent<A extends JVMScriptSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.