public class FrameFluentImpl<A extends FrameFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FrameFluent<A>
| Constructor and Description |
|---|
FrameFluentImpl() |
FrameFluentImpl(Frame instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFuncname() |
String |
getParameters() |
String |
getPredicate() |
Boolean |
hasFuncname() |
int |
hashCode() |
Boolean |
hasParameters() |
Boolean |
hasPredicate() |
A |
withFuncname(String funcname) |
A |
withNewFuncname(String arg0)
Deprecated.
|
A |
withNewParameters(String arg0)
Deprecated.
|
A |
withNewPredicate(String arg0)
Deprecated.
|
A |
withParameters(String parameters) |
A |
withPredicate(String predicate) |
public FrameFluentImpl()
public FrameFluentImpl(Frame instance)
public String getFuncname()
getFuncname in interface FrameFluent<A extends FrameFluent<A>>public A withFuncname(String funcname)
withFuncname in interface FrameFluent<A extends FrameFluent<A>>public Boolean hasFuncname()
hasFuncname in interface FrameFluent<A extends FrameFluent<A>>@Deprecated public A withNewFuncname(String arg0)
withNewFuncname in interface FrameFluent<A extends FrameFluent<A>>public String getParameters()
getParameters in interface FrameFluent<A extends FrameFluent<A>>public A withParameters(String parameters)
withParameters in interface FrameFluent<A extends FrameFluent<A>>public Boolean hasParameters()
hasParameters in interface FrameFluent<A extends FrameFluent<A>>@Deprecated public A withNewParameters(String arg0)
withNewParameters in interface FrameFluent<A extends FrameFluent<A>>public String getPredicate()
getPredicate in interface FrameFluent<A extends FrameFluent<A>>public A withPredicate(String predicate)
withPredicate in interface FrameFluent<A extends FrameFluent<A>>public Boolean hasPredicate()
hasPredicate in interface FrameFluent<A extends FrameFluent<A>>@Deprecated public A withNewPredicate(String arg0)
withNewPredicate in interface FrameFluent<A extends FrameFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.