Class DNSSDConfigFluent<A extends DNSSDConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.DNSSDConfigFluent<A>
-
- Direct Known Subclasses:
DNSSDConfigBuilder,ScrapeConfigSpecFluent.DnsSDConfigsNested
public class DNSSDConfigFluent<A extends DNSSDConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DNSSDConfigFluent()DNSSDConfigFluent(DNSSDConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
DNSSDConfigFluent
public DNSSDConfigFluent()
-
DNSSDConfigFluent
public DNSSDConfigFluent(DNSSDConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DNSSDConfig instance)
-
addAllToNames
public A addAllToNames(Collection<String> items)
-
removeAllFromNames
public A removeAllFromNames(Collection<String> items)
-
getName
public String getName(int index)
-
getFirstName
public String getFirstName()
-
getLastName
public String getLastName()
-
hasNames
public boolean hasNames()
-
getPort
public Integer getPort()
-
hasPort
public boolean hasPort()
-
getRefreshInterval
public String getRefreshInterval()
-
hasRefreshInterval
public boolean hasRefreshInterval()
-
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 DNSSDConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DNSSDConfigFluent<A>>
-
-