Package com.flagsmith.flagengine
Class Traits
java.lang.Object
com.flagsmith.flagengine.Traits
Traits
A map of traits associated with the identity, where the key is the trait name and the value is the trait value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionalProperty(String name, Object value) Set additional property.toString()withAdditionalProperty(String name, Object value) Fluent setter for additional property.
-
Constructor Details
-
Traits
public Traits()No args constructor for use in serialization. -
Traits
Copy constructor.- Parameters:
source- the object being copied
-
-
Method Details