Class ConsoleSampleSpecFluent<A extends ConsoleSampleSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleSampleSpecFluent<A>
-
- Direct Known Subclasses:
ConsoleSampleFluent.SpecNested,ConsoleSampleSpecBuilder
public class ConsoleSampleSpecFluent<A extends ConsoleSampleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleSampleSpecFluent.SourceNested<N>
-
Constructor Summary
Constructors Constructor Description ConsoleSampleSpecFluent()ConsoleSampleSpecFluent(ConsoleSampleSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleSampleSpecFluent
public ConsoleSampleSpecFluent()
-
ConsoleSampleSpecFluent
public ConsoleSampleSpecFluent(ConsoleSampleSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleSampleSpec instance)
-
getAbstract
public String getAbstract()
-
hasAbstract
public boolean hasAbstract()
-
getDescription
public String getDescription()
-
hasDescription
public boolean hasDescription()
-
getIcon
public String getIcon()
-
hasIcon
public boolean hasIcon()
-
getProvider
public String getProvider()
-
hasProvider
public boolean hasProvider()
-
buildSource
public ConsoleSampleSource buildSource()
-
withSource
public A withSource(ConsoleSampleSource source)
-
hasSource
public boolean hasSource()
-
withNewSource
public ConsoleSampleSpecFluent.SourceNested<A> withNewSource()
-
withNewSourceLike
public ConsoleSampleSpecFluent.SourceNested<A> withNewSourceLike(ConsoleSampleSource item)
-
editSource
public ConsoleSampleSpecFluent.SourceNested<A> editSource()
-
editOrNewSource
public ConsoleSampleSpecFluent.SourceNested<A> editOrNewSource()
-
editOrNewSourceLike
public ConsoleSampleSpecFluent.SourceNested<A> editOrNewSourceLike(ConsoleSampleSource item)
-
addAllToTags
public A addAllToTags(Collection<String> items)
-
removeAllFromTags
public A removeAllFromTags(Collection<String> items)
-
getTag
public String getTag(int index)
-
getFirstTag
public String getFirstTag()
-
getLastTag
public String getLastTag()
-
hasTags
public boolean hasTags()
-
getTitle
public String getTitle()
-
hasTitle
public boolean hasTitle()
-
getType
public String getType()
-
hasType
public boolean hasType()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleSampleSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleSampleSpecFluent<A>>
-
-