Class FXFeaturesIntervention
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.FXFeaturesIntervention
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-05-26T13:30:04.018668Z[GMT]") public class FXFeaturesIntervention extends java.lang.Object
Defines all configuration required for trader intervention.
-
-
Constructor Summary
Constructors Constructor Description FXFeaturesIntervention()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FXFeaturesIntervention
enabled(java.lang.Boolean enabled)
boolean
equals(java.lang.Object o)
@NotNull java.lang.Boolean
getEnabled()
Is the intervention feature enabled.int
hashCode()
void
setEnabled(java.lang.Boolean enabled)
java.lang.String
toString()
-
-
-
Method Detail
-
enabled
public FXFeaturesIntervention enabled(java.lang.Boolean enabled)
-
getEnabled
@NotNull public @NotNull java.lang.Boolean getEnabled()
Is the intervention feature enabled.- Returns:
- enabled
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
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
-
-