Package io.constructor.client.models
Class Feature
java.lang.Object
io.constructor.client.models.Feature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisplayName(String displayName) voidsetEnabled(Boolean enabled) voidsetFeatureName(String featureName) voidsetVariant(Variant variant)
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
getDisplayName
- Returns:
- the display name
-
getFeatureName
- Returns:
- the feature name
-
getEnabled
- Returns:
- enabled
-
getVariant
- Returns:
- the variant
-
setDisplayName
-
setFeatureName
-
setEnabled
-
setVariant
-