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 |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
String |
getFacility() |
Integer |
getPort() |
Boolean |
hasAddress() |
Boolean |
hasFacility() |
int |
hashCode() |
Boolean |
hasPort() |
A |
withAddress(String address) |
A |
withFacility(String facility) |
A |
withNewAddress(String arg1) |
A |
withNewAddress(StringBuffer arg1) |
A |
withNewAddress(StringBuilder arg1) |
A |
withNewFacility(String arg1) |
A |
withNewFacility(StringBuffer arg1) |
A |
withNewFacility(StringBuilder arg1) |
A |
withNewPort(int arg1) |
A |
withNewPort(String arg1) |
A |
withPort(Integer port) |
public 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 A withNewAddress(String arg1)
withNewAddress in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withNewAddress(StringBuilder arg1)
withNewAddress in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withNewAddress(StringBuffer arg1)
withNewAddress 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 A withNewFacility(String arg1)
withNewFacility in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withNewFacility(StringBuilder arg1)
withNewFacility in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withNewFacility(StringBuffer arg1)
withNewFacility 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 withNewPort(String arg1)
withNewPort in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>public A withNewPort(int arg1)
withNewPort in interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.