public class ClientIPConfigFluentImpl<A extends ClientIPConfigFluent<A>> extends BaseFluent<A> implements ClientIPConfigFluent<A>
_visitables
Constructor and Description |
---|
ClientIPConfigFluentImpl() |
ClientIPConfigFluentImpl(ClientIPConfig instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getTimeoutSeconds() |
Boolean |
hasTimeoutSeconds() |
A |
withNewTimeoutSeconds(int arg1) |
A |
withNewTimeoutSeconds(String arg1) |
A |
withTimeoutSeconds(Integer timeoutSeconds) |
public ClientIPConfigFluentImpl()
public ClientIPConfigFluentImpl(ClientIPConfig instance)
public Integer getTimeoutSeconds()
getTimeoutSeconds
in interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds
in interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
public Boolean hasTimeoutSeconds()
hasTimeoutSeconds
in interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
public A withNewTimeoutSeconds(String arg1)
withNewTimeoutSeconds
in interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
public A withNewTimeoutSeconds(int arg1)
withNewTimeoutSeconds
in interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
Copyright © 2015–2018 Red Hat. All rights reserved.