public final class ImmutableBatchJobInstance extends Object implements com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance, Serializable
BatchJobInstance| Constructor and Description |
|---|
ImmutableBatchJobInstance(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationTime() |
String |
getId() |
String |
getOwnerJobName() |
long |
getRecordCount() |
com.mulesoft.mule.runtime.module.batch.api.BatchJobResult |
getResult() |
com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceStatus |
getStatus() |
int |
hashCode() |
public ImmutableBatchJobInstance(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance)
public String getId()
getId in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getId()}public com.mulesoft.mule.runtime.module.batch.api.BatchJobResult getResult()
getResult in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getResult()}public com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceStatus getStatus()
getStatus in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getStatus()}public long getRecordCount()
getRecordCount in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getRecordCount()}public String getOwnerJobName()
getOwnerJobName in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getOwnerJobName()}public Date getCreationTime()
getCreationTime in interface com.mulesoft.mule.runtime.module.batch.api.BatchJobInstanceBatchJobInstance#getCreationTime()}Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.