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 booleanequals(Object o)StringgetStartedAt()inthashCode()BooleanhasStartedAt()AwithNewStartedAt(String arg1)AwithNewStartedAt(StringBuffer arg1)AwithNewStartedAt(StringBuilder arg1)AwithStartedAt(String startedAt)
-
-
-
Constructor Detail
-
ContainerStateRunningFluentImpl
public ContainerStateRunningFluentImpl()
-
ContainerStateRunningFluentImpl
public ContainerStateRunningFluentImpl(ContainerStateRunning instance)
-
-
Method Detail
-
getStartedAt
public String getStartedAt()
- Specified by:
getStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withStartedAt
public A withStartedAt(String startedAt)
- Specified by:
withStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
hasStartedAt
public Boolean hasStartedAt()
- Specified by:
hasStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(String arg1)
- Specified by:
withNewStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(StringBuilder arg1)
- Specified by:
withNewStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
withNewStartedAt
public A withNewStartedAt(StringBuffer arg1)
- Specified by:
withNewStartedAtin interfaceContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
-
-