public interface ContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getStartedAt() |
Boolean |
hasStartedAt() |
A |
withNewStartedAt(byte[] arg1) |
A |
withNewStartedAt(byte[] arg1,
int arg2) |
A |
withNewStartedAt(byte[] arg1,
int arg2,
int arg3) |
A |
withNewStartedAt(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewStartedAt(char[] arg1) |
A |
withNewStartedAt(char[] arg1,
int arg2,
int arg3) |
A |
withNewStartedAt(int[] arg1,
int arg2,
int arg3) |
A |
withNewStartedAt(String arg1) |
A |
withNewStartedAt(StringBuffer arg1) |
A |
withNewStartedAt(StringBuilder arg1) |
A |
withStartedAt(String startedAt) |
String getStartedAt()
Boolean hasStartedAt()
A withNewStartedAt(StringBuilder arg1)
A withNewStartedAt(int[] arg1, int arg2, int arg3)
A withNewStartedAt(char[] arg1)
A withNewStartedAt(StringBuffer arg1)
A withNewStartedAt(byte[] arg1, int arg2)
A withNewStartedAt(byte[] arg1)
A withNewStartedAt(char[] arg1, int arg2, int arg3)
A withNewStartedAt(byte[] arg1, int arg2, int arg3)
A withNewStartedAt(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.