Class OperationStatusHistoryResponse
java.lang.Object
com.broadleafcommerce.bulk.v2.domain.OperationStatusHistoryResponse
- All Implemented Interfaces:
Serializable
Response DTO for bulk operation's operation status history.
- See Also:
-
Constructor Summary
Constructors -
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
-
OperationStatusHistoryResponse
public OperationStatusHistoryResponse()
-
-
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
-