Class ClearCustomerSegmentRequest


  • public class ClearCustomerSegmentRequest
    extends Object
    Represents a request to remove a customer segment from multiple users.
    • Constructor Detail

      • ClearCustomerSegmentRequest

        public ClearCustomerSegmentRequest()
    • Method Detail

      • getSegmentId

        public String getSegmentId()
        The segment ID to be removed.
      • getUserIds

        public List<String> getUserIds()
        The IDs of the users to remove from the segment.
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object