Class OperationStatusHistory
java.lang.Object
com.broadleafcommerce.catalog.domain.bulkoperation.OperationStatusHistory
- All Implemented Interfaces:
Serializable
Bulk operations contains a status that is updated as the operation progresses until it reaches
completion. This structure contains the details on a historical status change for a bulk
operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionOperationStatusHistory
(Instant updateDate, String operationStatus, String operationSubStatus) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
What the operation status was for this update.What the operation sub-status was for this update.When this operation was updated.int
hashCode()
void
setOperationStatus
(String operationStatus) What the operation status was for this update.void
setOperationSubStatus
(String operationSubStatus) What the operation sub-status was for this update.void
setUpdateDate
(Instant updateDate) When this operation was updated.toString()
-
Constructor Details
-
OperationStatusHistory
-
OperationStatusHistory
public OperationStatusHistory()
-
-
Method Details
-
getUpdateDate
When this operation was updated. -
getOperationStatus
What the operation status was for this update. -
getOperationSubStatus
What the operation sub-status was for this update. -
setUpdateDate
When this operation was updated. -
setOperationStatus
What the operation status was for this update. -
setOperationSubStatus
What the operation sub-status was for this update. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-