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() |
String |
toString() |
A |
withFuncname(String funcname) |
A |
withParameters(String parameters) |
A |
withPredicate(String predicate) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FrameFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends FrameFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.