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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList of references to matchingCustomerSegments.inthashCode()voidsetSegments(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
-