We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03b647 + f2e687f commit 38154d4Copy full SHA for 38154d4
src/main/java/com/cryptlex/lexfloatclient/HostFeatureEntitlement.java
@@ -12,10 +12,17 @@ public class HostFeatureEntitlement {
12
public String featureDisplayName;
13
14
/**
15
- * The value of the feature.
+ * Effective value of the feature. Contains the overridden value if set at the license level;
16
+ * otherwise, the entitlement set value.
17
*/
18
public String value;
19
20
+ /**
21
+ * Default value of the feature defined in the entitlement set; empty for features not inherited
22
+ * from an entitlement set.
23
+ */
24
+ public String baseValue;
25
+
26
27
* The timestamp at which the license feature entitlement will expire.
28
0 commit comments