public interface PodIPFluent<A extends PodIPFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getIp() |
Boolean |
hasIp() |
A |
withIp(String ip) |
A |
withNewIp(String arg1) |
A |
withNewIp(StringBuffer arg1) |
A |
withNewIp(StringBuilder arg1) |
String getIp()
Boolean hasIp()
A withNewIp(StringBuilder arg1)
A withNewIp(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.