Class FXFeatures
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.sales.FXFeatures
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-02-22T13:32:48.325816Z[GMT]") public class FXFeatures extends java.lang.Object
Features that are available to the sales user
-
-
Constructor Summary
Constructors Constructor Description FXFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
@Valid HistoricSearch
getHistoricSearch()
Get historicSearch@Valid FXFeaturesIntervention
getIntervention()
Get intervention@Valid FXFeaturesPostAllocation
getPostAllocation()
Get postAllocation@Valid FXFeaturesRfs
getRfs()
Get rfsint
hashCode()
FXFeatures
historicSearch(HistoricSearch historicSearch)
FXFeatures
intervention(FXFeaturesIntervention intervention)
FXFeatures
postAllocation(FXFeaturesPostAllocation postAllocation)
FXFeatures
rfs(FXFeaturesRfs rfs)
void
setHistoricSearch(HistoricSearch historicSearch)
void
setIntervention(FXFeaturesIntervention intervention)
void
setPostAllocation(FXFeaturesPostAllocation postAllocation)
void
setRfs(FXFeaturesRfs rfs)
java.lang.String
toString()
-
-
-
Method Detail
-
intervention
public FXFeatures intervention(FXFeaturesIntervention intervention)
-
getIntervention
@Valid public @Valid FXFeaturesIntervention getIntervention()
Get intervention- Returns:
- intervention
-
setIntervention
public void setIntervention(FXFeaturesIntervention intervention)
-
historicSearch
public FXFeatures historicSearch(HistoricSearch historicSearch)
-
getHistoricSearch
@Valid public @Valid HistoricSearch getHistoricSearch()
Get historicSearch- Returns:
- historicSearch
-
setHistoricSearch
public void setHistoricSearch(HistoricSearch historicSearch)
-
rfs
public FXFeatures rfs(FXFeaturesRfs rfs)
-
getRfs
@Valid public @Valid FXFeaturesRfs getRfs()
Get rfs- Returns:
- rfs
-
setRfs
public void setRfs(FXFeaturesRfs rfs)
-
postAllocation
public FXFeatures postAllocation(FXFeaturesPostAllocation postAllocation)
-
getPostAllocation
@Valid public @Valid FXFeaturesPostAllocation getPostAllocation()
Get postAllocation- Returns:
- postAllocation
-
setPostAllocation
public void setPostAllocation(FXFeaturesPostAllocation postAllocation)
-
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
-
-