Class ClearCustomerSegmentRequest
- java.lang.Object
-
- com.broadleafcommerce.customer.service.bulk.messaging.ClearCustomerSegmentRequest
-
public class ClearCustomerSegmentRequest extends Object
Represents a request to remove a customer segment from multiple users.
-
-
Constructor Summary
Constructors Constructor Description ClearCustomerSegmentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getSegmentId()
The segment ID to be removed.List<String>
getUserIds()
The IDs of the users to remove from the segment.int
hashCode()
void
setSegmentId(String segmentId)
The segment ID to be removed.void
setUserIds(List<String> userIds)
The IDs of the users to remove from the segment.String
toString()
-
-
-
Method Detail
-
getSegmentId
public String getSegmentId()
The segment ID to be removed.
-
setSegmentId
public void setSegmentId(String segmentId)
The segment ID to be removed.
-
setUserIds
public void setUserIds(List<String> userIds)
The IDs of the users to remove from the segment.
-
canEqual
protected boolean canEqual(Object other)
-
-