Skip to content

Commit f2e687f

Browse files
Huzaif Mushtaq MirHuzaif Mushtaq Mir
authored andcommitted
feat: add baseValue to fe
1 parent a59ea70 commit f2e687f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/main/java/com/cryptlex/lexfloatclient/HostFeatureEntitlement.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ public class HostFeatureEntitlement {
1212
public String featureDisplayName;
1313

1414
/**
15-
* The value of the feature.
15+
* Effective value of the feature. Contains the overridden value if set at the license level;
16+
* otherwise, the entitlement set value.
1617
*/
1718
public String value;
1819

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+
1926
/**
2027
* The timestamp at which the license feature entitlement will expire.
2128
*/

0 commit comments

Comments
 (0)