public class NetworkCreateResponseFluentImpl<A extends NetworkCreateResponseFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements NetworkCreateResponseFluent<A>
| Constructor and Description |
|---|
NetworkCreateResponseFluentImpl() |
NetworkCreateResponseFluentImpl(NetworkCreateResponse instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getWarning() |
Boolean |
hasId() |
Boolean |
hasWarning() |
A |
withId(String Id) |
A |
withWarning(String Warning) |
public NetworkCreateResponseFluentImpl()
public NetworkCreateResponseFluentImpl(NetworkCreateResponse instance)
public String getId()
getId in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>public A withId(String Id)
withId in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>public Boolean hasId()
hasId in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>public String getWarning()
getWarning in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>public A withWarning(String Warning)
withWarning in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>public Boolean hasWarning()
hasWarning in interface NetworkCreateResponseFluent<A extends NetworkCreateResponseFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.