public class NetIPNetFluentImpl<A extends NetIPNetFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements NetIPNetFluent<A>
| Constructor and Description |
|---|
NetIPNetFluentImpl() |
NetIPNetFluentImpl(NetIPNet instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIp() |
String |
getMask() |
Boolean |
hasIp() |
Boolean |
hasMask() |
A |
withIp(String ip) |
A |
withMask(String mask) |
public NetIPNetFluentImpl()
public NetIPNetFluentImpl(NetIPNet instance)
public String getIp()
getIp in interface NetIPNetFluent<A extends NetIPNetFluent<A>>public A withIp(String ip)
withIp in interface NetIPNetFluent<A extends NetIPNetFluent<A>>public Boolean hasIp()
hasIp in interface NetIPNetFluent<A extends NetIPNetFluent<A>>public String getMask()
getMask in interface NetIPNetFluent<A extends NetIPNetFluent<A>>public A withMask(String mask)
withMask in interface NetIPNetFluent<A extends NetIPNetFluent<A>>public Boolean hasMask()
hasMask in interface NetIPNetFluent<A extends NetIPNetFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.