Class ConsoleNotificationFluent<A extends ConsoleNotificationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationFluent<A>
-
- Direct Known Subclasses:
ConsoleNotificationBuilder,ConsoleNotificationListFluent.ItemsNested
public class ConsoleNotificationFluent<A extends ConsoleNotificationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleNotificationFluent.MetadataNested<N>classConsoleNotificationFluent.SpecNested<N>
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationFluent()ConsoleNotificationFluent(ConsoleNotification instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleNotificationFluent
public ConsoleNotificationFluent()
-
ConsoleNotificationFluent
public ConsoleNotificationFluent(ConsoleNotification instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleNotification instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public ConsoleNotificationFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public ConsoleNotificationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public ConsoleNotificationFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public ConsoleNotificationFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public ConsoleNotificationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
buildSpec
public ConsoleNotificationSpec buildSpec()
-
withSpec
public A withSpec(ConsoleNotificationSpec spec)
-
hasSpec
public boolean hasSpec()
-
withNewSpec
public ConsoleNotificationFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
public ConsoleNotificationFluent.SpecNested<A> withNewSpecLike(ConsoleNotificationSpec item)
-
editSpec
public ConsoleNotificationFluent.SpecNested<A> editSpec()
-
editOrNewSpec
public ConsoleNotificationFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
public ConsoleNotificationFluent.SpecNested<A> editOrNewSpecLike(ConsoleNotificationSpec item)
-
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 ConsoleNotificationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationFluent<A>>
-
-