public class XPFSession extends XPFEntity
| Constructor and Description | 
|---|
XPFSession(@NonNull Currency currency,
          @NonNull Locale locale,
          @NonNull Map<String,Object> tagSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
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@NonNull public @NonNull Currency getCurrency()
@NonNull public @NonNull Locale getLocale()
@NonNull public @NonNull Map<String,Object> getTagSet()
Copyright © 2024. All rights reserved.