public class RestartPolicyFluentImpl<A extends RestartPolicyFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements RestartPolicyFluent<A>
| Constructor and Description |
|---|
RestartPolicyFluentImpl() |
RestartPolicyFluentImpl(RestartPolicy instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getMaximumRetryCount() |
String |
getName() |
Boolean |
hasMaximumRetryCount() |
Boolean |
hasName() |
A |
withMaximumRetryCount(Integer MaximumRetryCount) |
A |
withName(String Name) |
public RestartPolicyFluentImpl()
public RestartPolicyFluentImpl(RestartPolicy instance)
public Integer getMaximumRetryCount()
getMaximumRetryCount in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>public A withMaximumRetryCount(Integer MaximumRetryCount)
withMaximumRetryCount in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>public Boolean hasMaximumRetryCount()
hasMaximumRetryCount in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>public String getName()
getName in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>public A withName(String Name)
withName in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>public Boolean hasName()
hasName in interface RestartPolicyFluent<A extends RestartPolicyFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.