public interface V1PodIPFluent<A extends V1PodIPFluent<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 © 2020. All rights reserved.