Class ChangeInfoResponse
java.lang.Object
com.broadleafcommerce.bulkoperations.domain.ChangeInfoResponse
DTO holder for a list of ChangeInfos with which to respond from an endpoint.
- Since:
- Bulk Operations Service 1.0.2, Release Train 2.1.4, Release Train 2.2.0
- Author:
- Chad Harchar (charchar)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of ChangeSummary instances that are being returned.int
hashCode()
void
setChangeSummaries
(List<ChangeSummary> changeSummaries) The list of ChangeSummary instances that are being returned.toString()
-
Constructor Details
-
ChangeInfoResponse
public ChangeInfoResponse()
-
-
Method Details
-
getChangeSummaries
The list of ChangeSummary instances that are being returned. -
setChangeSummaries
The list of ChangeSummary instances that are being returned. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-