Class Config
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.Config
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-02-22T13:32:43.745739Z[GMT]") 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.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
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)
@Valid Application
getApplication()
Get application@Valid java.util.Map<java.lang.String,Account>
getDefaultAccounts()
Accounts belonging to this user, keyed by their Account ID@Valid FX
getFx()
Get fx@Valid MoneyMarkets
getMm()
Get mm@NotNull @Valid TOBO
getTobo()
Get tobo@NotNull @Valid 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
@Valid public @Valid MoneyMarkets getMm()
Get mm- Returns:
- mm
-
setMm
public void setMm(MoneyMarkets mm)
-
getFx
@Valid public @Valid FX getFx()
Get fx- Returns:
- fx
-
setFx
public void setFx(FX fx)
-
getTobo
@NotNull @Valid public @NotNull @Valid 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
@Valid public @Valid 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 @Valid public @NotNull @Valid UserInfo getUserInfo()
Get userInfo- Returns:
- userInfo
-
setUserInfo
public void setUserInfo(UserInfo userInfo)
-
application
public Config application(Application application)
-
getApplication
@Valid public @Valid 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
-
-