Package io.fabric8.kubernetes.api.model
Class ContainerStateRunningFluentImpl<A extends ContainerStateRunningFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ContainerStateRunningFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ContainerStateRunningFluent<A>
- Direct Known Subclasses:
ContainerStateFluentImpl.RunningNestedImpl
,ContainerStateRunningBuilder
,WatchEventFluentImpl.ContainerStateRunningObjectNestedImpl
public class ContainerStateRunningFluentImpl<A extends ContainerStateRunningFluent<A>> extends BaseFluent<A> implements ContainerStateRunningFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ContainerStateRunningFluentImpl()
ContainerStateRunningFluentImpl(ContainerStateRunning instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getStartedAt()
int
hashCode()
Boolean
hasStartedAt()
A
withNewStartedAt(String arg1)
A
withNewStartedAt(StringBuffer arg1)
A
withNewStartedAt(StringBuilder arg1)
A
withStartedAt(String startedAt)
-
-
-
Constructor Detail
-
ContainerStateRunningFluentImpl
public ContainerStateRunningFluentImpl()
-
ContainerStateRunningFluentImpl
public ContainerStateRunningFluentImpl(ContainerStateRunning instance)
-
-
Method Detail
-
getStartedAt
public String getStartedAt()
- Specified by:
getStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withStartedAt
public A withStartedAt(String startedAt)
- Specified by:
withStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
hasStartedAt
public Boolean hasStartedAt()
- Specified by:
hasStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(String arg1)
- Specified by:
withNewStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(StringBuilder arg1)
- Specified by:
withNewStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(StringBuffer arg1)
- Specified by:
withNewStartedAt
in interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
-