public class V1EndpointPortFluentImpl<A extends V1EndpointPortFluent<A>> extends BaseFluent<A> implements V1EndpointPortFluent<A>
_visitables
Constructor and Description |
---|
V1EndpointPortFluentImpl() |
V1EndpointPortFluentImpl(V1EndpointPort 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 arg1) |
A |
withNewAppProtocol(StringBuffer arg1) |
A |
withNewAppProtocol(StringBuilder arg1) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewProtocol(String arg1) |
A |
withNewProtocol(StringBuffer arg1) |
A |
withNewProtocol(StringBuilder arg1) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
public V1EndpointPortFluentImpl()
public V1EndpointPortFluentImpl(V1EndpointPort instance)
public String getAppProtocol()
getAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withAppProtocol(String appProtocol)
withAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public Boolean hasAppProtocol()
hasAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewAppProtocol(String arg1)
withNewAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewAppProtocol(StringBuilder arg1)
withNewAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewAppProtocol(StringBuffer arg1)
withNewAppProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public String getName()
getName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withName(String name)
withName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public Boolean hasName()
hasName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewName(String arg1)
withNewName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public Integer getPort()
getPort
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withPort(Integer port)
withPort
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public Boolean hasPort()
hasPort
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public String getProtocol()
getProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withProtocol(String protocol)
withProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public Boolean hasProtocol()
hasProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewProtocol(String arg1)
withNewProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewProtocol(StringBuilder arg1)
withNewProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
public A withNewProtocol(StringBuffer arg1)
withNewProtocol
in interface V1EndpointPortFluent<A extends V1EndpointPortFluent<A>>
Copyright © 2021. All rights reserved.