Class MMConfig
- java.lang.Object
-
- com.caplin.motif.mm.config.definitions.client.MMConfig
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class MMConfig extends java.lang.Object
This object may be requested directly by Pro for the logged in user, or by Sales when a Sales User selects a User to trade on behalf of. Describes the user and any features that the user may be able to access for themselves, or features that the sales user may be able to access on their behalf.
-
-
Constructor Summary
Constructors Constructor Description MMConfig()
-
-
-
Method Detail
-
getMm
public MM getMm()
Get mm- Returns:
- mm
-
setMm
public void setMm(MM mm)
-
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
-
-