public class EndpointPortFluentImpl<A extends EndpointPortFluent<A>> extends BaseFluent<A> implements EndpointPortFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
EndpointPortFluentImpl() |
EndpointPortFluentImpl(EndpointPort instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppProtocol() |
String |
getName() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasAppProtocol() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withNewAppProtocol(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic EndpointPortFluentImpl()
public EndpointPortFluentImpl(EndpointPort instance)
public String getAppProtocol()
getAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withAppProtocol(String appProtocol)
withAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasAppProtocol()
hasAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>@Deprecated public A withNewAppProtocol(String arg0)
withNewAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public String getName()
getName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withName(String name)
withName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasName()
hasName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Integer getPort()
getPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withPort(Integer port)
withPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasPort()
hasPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public String getProtocol()
getProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withProtocol(String protocol)
withProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasProtocol()
hasProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>@Deprecated public A withNewProtocol(String arg0)
withNewProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.