public class ClearCustomerSegmentRequest extends Object
Constructor and Description |
---|
ClearCustomerSegmentRequest() |
Modifier and Type | Method and 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() |
public String getSegmentId()
public void setSegmentId(String segmentId)
public void setUserIds(List<String> userIds)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.