Class Config
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.Config
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class Config 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Config
application(Application application)
Config
defaultAccounts(java.util.Map<java.lang.String,Account> defaultAccounts)
boolean
equals(java.lang.Object o)
Config
fx(FX fx)
Application
getApplication()
Get applicationjava.util.Map<java.lang.String,Account>
getDefaultAccounts()
Accounts belonging to this user, keyed by their Account IDFX
getFx()
Get fxMoneyMarkets
getMm()
Get mm@NotNull TOBO
getTobo()
Get tobo@NotNull UserInfo
getUserInfo()
Get userInfoint
hashCode()
Config
mm(MoneyMarkets mm)
Config
putDefaultAccountsItem(java.lang.String key, Account defaultAccountsItem)
void
setApplication(Application application)
void
setDefaultAccounts(java.util.Map<java.lang.String,Account> defaultAccounts)
void
setFx(FX fx)
void
setMm(MoneyMarkets mm)
void
setTobo(TOBO tobo)
void
setUserInfo(UserInfo userInfo)
Config
tobo(TOBO tobo)
java.lang.String
toString()
Config
userInfo(UserInfo userInfo)
-
-
-
Method Detail
-
mm
public Config mm(MoneyMarkets mm)
-
getMm
public MoneyMarkets getMm()
Get mm- Returns:
- mm
-
setMm
public void setMm(MoneyMarkets mm)
-
getFx
public FX getFx()
Get fx- Returns:
- fx
-
setFx
public void setFx(FX fx)
-
getTobo
@NotNull public @NotNull TOBO getTobo()
Get tobo- Returns:
- tobo
-
setTobo
public void setTobo(TOBO tobo)
-
defaultAccounts
public Config defaultAccounts(java.util.Map<java.lang.String,Account> defaultAccounts)
-
putDefaultAccountsItem
public Config putDefaultAccountsItem(java.lang.String key, Account defaultAccountsItem)
-
getDefaultAccounts
public java.util.Map<java.lang.String,Account> getDefaultAccounts()
Accounts belonging to this user, keyed by their Account ID- Returns:
- defaultAccounts
-
setDefaultAccounts
public void setDefaultAccounts(java.util.Map<java.lang.String,Account> defaultAccounts)
-
getUserInfo
@NotNull public @NotNull UserInfo getUserInfo()
Get userInfo- Returns:
- userInfo
-
setUserInfo
public void setUserInfo(UserInfo userInfo)
-
application
public Config application(Application application)
-
getApplication
public Application getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(Application application)
-
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
-
-