Interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
LoggingDestinationFluent.SyslogNested<N>
- All Known Implementing Classes:
LoggingDestinationFluentImpl.SyslogNestedImpl,SyslogLoggingDestinationParametersBuilder,SyslogLoggingDestinationParametersFluentImpl
public interface SyslogLoggingDestinationParametersFluent<A extends SyslogLoggingDestinationParametersFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()StringgetFacility()IntegergetPort()BooleanhasAddress()BooleanhasFacility()BooleanhasPort()AwithAddress(String address)AwithFacility(String facility)AwithNewAddress(String arg1)AwithNewAddress(StringBuffer arg1)AwithNewAddress(StringBuilder arg1)AwithNewFacility(String arg1)AwithNewFacility(StringBuffer arg1)AwithNewFacility(StringBuilder arg1)AwithPort(Integer port)
-
-
-
Method Detail
-
getAddress
String getAddress()
-
hasAddress
Boolean hasAddress()
-
withNewAddress
A withNewAddress(StringBuilder arg1)
-
withNewAddress
A withNewAddress(StringBuffer arg1)
-
getFacility
String getFacility()
-
hasFacility
Boolean hasFacility()
-
withNewFacility
A withNewFacility(StringBuilder arg1)
-
withNewFacility
A withNewFacility(StringBuffer arg1)
-
getPort
Integer getPort()
-
hasPort
Boolean hasPort()
-
-