public class XPFPromotionElement extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFPromotionElement.XPFPromotionElementBuilder<C extends XPFPromotionElement,B extends XPFPromotionElement.XPFPromotionElementBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFPromotionElement(@NonNull String guid,
@NonNull String type,
@NonNull Map<String,Object> parameters,
@NonNull Set<XPFPromotionElement> exceptions) |
protected |
XPFPromotionElement(XPFPromotionElement.XPFPromotionElementBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFPromotionElement.XPFPromotionElementBuilder<?,?> |
builder() |
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, getCustomDataValueprotected XPFPromotionElement(XPFPromotionElement.XPFPromotionElementBuilder<?,?> b)
public static XPFPromotionElement.XPFPromotionElementBuilder<?,?> builder()
@NonNull public @NonNull String getGuid()
@NonNull public @NonNull String getType()
@NonNull public @NonNull Map<String,Object> getParameters()
@NonNull public @NonNull Set<XPFPromotionElement> getExceptions()
Copyright © 2026. All rights reserved.