Class GatherStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.GatherStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GatherStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GatherStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<GatherStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
gatherStatus provides information about the last known gather event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GatherStatus()No args constructor for use in serializationGatherStatus(List<GathererStatus> gatherers, String lastGatherDuration, String lastGatherTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatherStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<GathererStatus>getGatherers()gatherers is a list of active gatherers (and their statuses) in the last gathering.StringgetLastGatherDuration()gatherStatus provides information about the last known gather event.StringgetLastGatherTime()gatherStatus provides information about the last known gather event.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGatherers(List<GathererStatus> gatherers)gatherers is a list of active gatherers (and their statuses) in the last gathering.voidsetLastGatherDuration(String lastGatherDuration)gatherStatus provides information about the last known gather event.voidsetLastGatherTime(String lastGatherTime)gatherStatus provides information about the last known gather event.GatherStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
GatherStatus
public GatherStatus()
No args constructor for use in serialization
-
GatherStatus
public GatherStatus(List<GathererStatus> gatherers, String lastGatherDuration, String lastGatherTime)
-
-
Method Detail
-
getGatherers
public List<GathererStatus> getGatherers()
gatherers is a list of active gatherers (and their statuses) in the last gathering.
-
setGatherers
public void setGatherers(List<GathererStatus> gatherers)
gatherers is a list of active gatherers (and their statuses) in the last gathering.
-
getLastGatherDuration
public String getLastGatherDuration()
gatherStatus provides information about the last known gather event.
-
setLastGatherDuration
public void setLastGatherDuration(String lastGatherDuration)
gatherStatus provides information about the last known gather event.
-
getLastGatherTime
public String getLastGatherTime()
gatherStatus provides information about the last known gather event.
-
setLastGatherTime
public void setLastGatherTime(String lastGatherTime)
gatherStatus provides information about the last known gather event.
-
edit
public GatherStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GatherStatusBuilder>
-
toBuilder
public GatherStatusBuilder toBuilder()
-
-