public class XPFSession extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFSession.XPFSessionBuilder<C extends XPFSession,B extends XPFSession.XPFSessionBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFSession(@NonNull Currency currency,
@NonNull Locale locale,
@NonNull Map<String,Object> tagSet) |
protected |
XPFSession(XPFSession.XPFSessionBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFSession.XPFSessionBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull Currency |
getCurrency()
The current Cortex session currency.
|
@NonNull Locale |
getLocale()
The current Cortex session locale.
|
@NonNull Map<String,Object> |
getTagSet()
The current Cortex session tag set.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFSession(XPFSession.XPFSessionBuilder<?,?> b)
public static XPFSession.XPFSessionBuilder<?,?> builder()
@NonNull public @NonNull Currency getCurrency()
@NonNull public @NonNull Locale getLocale()
@NonNull public @NonNull Map<String,Object> getTagSet()
Copyright © 2026. All rights reserved.