public class EndpointAddressFluentImpl<A extends EndpointAddressFluent<A>> extends BaseFluent<A> implements EndpointAddressFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointAddressFluentImpl.TargetRefNestedImpl<N> |
EndpointAddressFluent.TargetRefNested<N>_visitables| Constructor and Description |
|---|
EndpointAddressFluentImpl() |
EndpointAddressFluentImpl(EndpointAddress instance) |
| Modifier and Type | Method and Description |
|---|---|
EndpointAddressFluent.TargetRefNested<A> |
editOrNewTargetRef() |
EndpointAddressFluent.TargetRefNested<A> |
editOrNewTargetRefLike(ObjectReference item) |
EndpointAddressFluent.TargetRefNested<A> |
editTargetRef() |
boolean |
equals(Object o) |
String |
getHostname() |
String |
getIp() |
ObjectReference |
getTargetRef() |
A |
withHostname(String hostname) |
A |
withIp(String ip) |
EndpointAddressFluent.TargetRefNested<A> |
withNewTargetRef() |
EndpointAddressFluent.TargetRefNested<A> |
withNewTargetRefLike(ObjectReference item) |
A |
withTargetRef(ObjectReference targetRef) |
public EndpointAddressFluentImpl()
public EndpointAddressFluentImpl(EndpointAddress instance)
public String getHostname()
getHostname in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public A withHostname(String hostname)
withHostname in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public String getIp()
getIp in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public A withIp(String ip)
withIp in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public ObjectReference getTargetRef()
getTargetRef in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public A withTargetRef(ObjectReference targetRef)
withTargetRef in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public EndpointAddressFluent.TargetRefNested<A> withNewTargetRef()
withNewTargetRef in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public EndpointAddressFluent.TargetRefNested<A> withNewTargetRefLike(ObjectReference item)
withNewTargetRefLike in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public EndpointAddressFluent.TargetRefNested<A> editTargetRef()
editTargetRef in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public EndpointAddressFluent.TargetRefNested<A> editOrNewTargetRef()
editOrNewTargetRef in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>public EndpointAddressFluent.TargetRefNested<A> editOrNewTargetRefLike(ObjectReference item)
editOrNewTargetRefLike in interface EndpointAddressFluent<A extends EndpointAddressFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.