public class SyslogLoggingDestinationParametersFluentImpl<A extends SyslogLoggingDestinationParametersFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SyslogLoggingDestinationParametersFluent<A>
| Constructor and Description |
|---|
SyslogLoggingDestinationParametersFluentImpl() |
SyslogLoggingDestinationParametersFluentImpl(SyslogLoggingDestinationParameters instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress() |
String |
getFacility() |
Integer |
getMaxLength() |
Integer |
getPort() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAddress() |
Boolean |
hasFacility() |
int |
hashCode() |
Boolean |
hasMaxLength() |
Boolean |
hasPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddress(String address) |
A |
withFacility(String facility) |
A |
withMaxLength(Integer maxLength) |
A |
withPort(Integer port) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SyslogLoggingDestinationParametersFluentImpl()
public SyslogLoggingDestinationParametersFluentImpl(SyslogLoggingDestinationParameters instance)
public String getAddress()
getAddress in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withAddress(String address)
withAddress in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Boolean hasAddress()
hasAddress in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public String getFacility()
getFacility in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withFacility(String facility)
withFacility in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Boolean hasFacility()
hasFacility in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Integer getMaxLength()
getMaxLength in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withMaxLength(Integer maxLength)
withMaxLength in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Boolean hasMaxLength()
hasMaxLength in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Integer getPort()
getPort in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withPort(Integer port)
withPort in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Boolean hasPort()
hasPort in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SyslogLoggingDestinationParametersFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.