public class XPFPromotionElement extends XPFEntity
Constructor and Description |
---|
XPFPromotionElement(@NonNull String guid,
@NonNull String type,
@NonNull Map<String,Object> parameters,
@NonNull Set<XPFPromotionElement> exceptions) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull Set<XPFPromotionElement> |
getExceptions()
The set of exceptions for the promotion element.
|
@NonNull String |
getGuid()
The guid of the promotion element.
|
@NonNull Map<String,Object> |
getParameters()
The parameters associated with promotion element.
|
@NonNull String |
getType()
The type of the promotion element.
|
int |
hashCode() |
String |
toString() |
getCustomData
@NonNull public @NonNull String getGuid()
@NonNull public @NonNull String getType()
@NonNull public @NonNull Map<String,Object> getParameters()
@NonNull public @NonNull Set<XPFPromotionElement> getExceptions()
Copyright © 2025. All rights reserved.