Class ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationSpecFluent<A>
-
- Direct Known Subclasses:
ConsoleNotificationFluent.SpecNested,ConsoleNotificationSpecBuilder
public class ConsoleNotificationSpecFluent<A extends ConsoleNotificationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleNotificationSpecFluent.LinkNested<N>
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationSpecFluent()ConsoleNotificationSpecFluent(ConsoleNotificationSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleNotificationSpecFluent
public ConsoleNotificationSpecFluent()
-
ConsoleNotificationSpecFluent
public ConsoleNotificationSpecFluent(ConsoleNotificationSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleNotificationSpec instance)
-
getBackgroundColor
public String getBackgroundColor()
-
hasBackgroundColor
public boolean hasBackgroundColor()
-
getColor
public String getColor()
-
hasColor
public boolean hasColor()
-
buildLink
public Link buildLink()
-
hasLink
public boolean hasLink()
-
withNewLink
public ConsoleNotificationSpecFluent.LinkNested<A> withNewLink()
-
withNewLinkLike
public ConsoleNotificationSpecFluent.LinkNested<A> withNewLinkLike(Link item)
-
editLink
public ConsoleNotificationSpecFluent.LinkNested<A> editLink()
-
editOrNewLink
public ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLink()
-
editOrNewLinkLike
public ConsoleNotificationSpecFluent.LinkNested<A> editOrNewLinkLike(Link item)
-
getLocation
public String getLocation()
-
hasLocation
public boolean hasLocation()
-
getText
public String getText()
-
hasText
public boolean hasText()
-
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 ConsoleNotificationSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationSpecFluent<A>>
-
-