Class ResolveCustomerSegmentResponse
java.lang.Object
com.broadleafcommerce.customer.domain.ResolveCustomerSegmentResponse
- All Implemented Interfaces:
Serializable
Represents a response to a request to
CustomerSegments
that match a
specific context.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
List of references to matchingCustomerSegments
.int
hashCode()
void
setSegments
(List<CustomerSegmentRef> segments) List of references to matchingCustomerSegments
.toString()
-
Constructor Details
-
ResolveCustomerSegmentResponse
public ResolveCustomerSegmentResponse()
-
-
Method Details
-
getSegments
List of references to matchingCustomerSegments
. -
setSegments
List of references to matchingCustomerSegments
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-