public class V1ServiceReferenceFluentImpl<A extends V1ServiceReferenceFluent<A>> extends BaseFluent<A> implements V1ServiceReferenceFluent<A>
_visitables
Constructor and Description |
---|
V1ServiceReferenceFluentImpl() |
V1ServiceReferenceFluentImpl(V1ServiceReference instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
Integer |
getPort() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPort() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewNamespace(String arg1) |
A |
withNewNamespace(StringBuffer arg1) |
A |
withNewNamespace(StringBuilder arg1) |
A |
withPort(Integer port) |
public V1ServiceReferenceFluentImpl()
public V1ServiceReferenceFluentImpl(V1ServiceReference instance)
public String getName()
getName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withName(String name)
withName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public Boolean hasName()
hasName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewName(String arg1)
withNewName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public String getNamespace()
getNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNamespace(String namespace)
withNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public Boolean hasNamespace()
hasNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewNamespace(String arg1)
withNewNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewNamespace(StringBuilder arg1)
withNewNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withNewNamespace(StringBuffer arg1)
withNewNamespace
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public Integer getPort()
getPort
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public A withPort(Integer port)
withPort
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
public Boolean hasPort()
hasPort
in interface V1ServiceReferenceFluent<A extends V1ServiceReferenceFluent<A>>
Copyright © 2020. All rights reserved.