Class ConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleExternalLogLinkSpecFluent<A>
-
- Direct Known Subclasses:
ConsoleExternalLogLinkFluent.SpecNested,ConsoleExternalLogLinkSpecBuilder
public class ConsoleExternalLogLinkSpecFluent<A extends ConsoleExternalLogLinkSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ConsoleExternalLogLinkSpecFluent()ConsoleExternalLogLinkSpecFluent(ConsoleExternalLogLinkSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(ConsoleExternalLogLinkSpec instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetHrefTemplate()StringgetNamespaceFilter()StringgetText()booleanhasAdditionalProperties()inthashCode()booleanhasHrefTemplate()booleanhasNamespaceFilter()booleanhasText()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithHrefTemplate(String hrefTemplate)AwithNamespaceFilter(String namespaceFilter)AwithText(String text)
-
-
-
Constructor Detail
-
ConsoleExternalLogLinkSpecFluent
public ConsoleExternalLogLinkSpecFluent()
-
ConsoleExternalLogLinkSpecFluent
public ConsoleExternalLogLinkSpecFluent(ConsoleExternalLogLinkSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleExternalLogLinkSpec instance)
-
getHrefTemplate
public String getHrefTemplate()
-
hasHrefTemplate
public boolean hasHrefTemplate()
-
getNamespaceFilter
public String getNamespaceFilter()
-
hasNamespaceFilter
public boolean hasNamespaceFilter()
-
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 ConsoleExternalLogLinkSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleExternalLogLinkSpecFluent<A>>
-
-