Package io.fabric8.knative.messaging.v1
Class ChannelTemplateSpecFluentImpl<A extends ChannelTemplateSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.messaging.v1.ChannelTemplateSpecFluentImpl<A>
-
- All Implemented Interfaces:
ChannelTemplateSpecFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ChannelSpecFluentImpl.ChannelTemplateNestedImpl,ChannelTemplateSpecBuilder,SequenceSpecFluentImpl.ChannelTemplateNestedImpl
public class ChannelTemplateSpecFluentImpl<A extends ChannelTemplateSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChannelTemplateSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ChannelTemplateSpecFluentImpl()ChannelTemplateSpecFluentImpl(ChannelTemplateSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToSpec(String key, Object value)AaddToSpec(Map<String,Object> map)booleanequals(Object o)StringgetApiVersion()StringgetKind()Map<String,Object>getSpec()BooleanhasApiVersion()inthashCode()BooleanhasKind()BooleanhasSpec()AremoveFromSpec(String key)AremoveFromSpec(Map<String,Object> map)AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithSpec(Map<String,Object> spec)
-
-
-
Constructor Detail
-
ChannelTemplateSpecFluentImpl
public ChannelTemplateSpecFluentImpl()
-
ChannelTemplateSpecFluentImpl
public ChannelTemplateSpecFluentImpl(ChannelTemplateSpec instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
addToSpec
public A addToSpec(String key, Object value)
- Specified by:
addToSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
addToSpec
public A addToSpec(Map<String,Object> map)
- Specified by:
addToSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
removeFromSpec
public A removeFromSpec(String key)
- Specified by:
removeFromSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
removeFromSpec
public A removeFromSpec(Map<String,Object> map)
- Specified by:
removeFromSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
getSpec
public Map<String,Object> getSpec()
- Specified by:
getSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
withSpec
public A withSpec(Map<String,Object> spec)
- Specified by:
withSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
-