Class MMFeatures
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.MMFeatures
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class MMFeatures extends java.lang.Object
Features that are available to the sales user
-
-
Constructor Summary
Constructors Constructor Description MMFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MMFeaturesIntervention
getIntervention()
Get interventionint
hashCode()
MMFeatures
intervention(MMFeaturesIntervention intervention)
void
setIntervention(MMFeaturesIntervention intervention)
java.lang.String
toString()
-
-
-
Method Detail
-
intervention
public MMFeatures intervention(MMFeaturesIntervention intervention)
-
getIntervention
public MMFeaturesIntervention getIntervention()
Get intervention- Returns:
- intervention
-
setIntervention
public void setIntervention(MMFeaturesIntervention intervention)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-