Class MMCurrencyConfig
- java.lang.Object
-
- com.caplin.motif.mm.config.definitions.client.MMCurrencyConfig
-
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class MMCurrencyConfig extends java.lang.Object
MMCurrencyConfig
-
-
Constructor Summary
Constructors Constructor Description MMCurrencyConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MMCurrencyConfig
addNoticePeriodsItem(DropdownOption noticePeriodsItem)
boolean
equals(java.lang.Object o)
java.util.List<DropdownOption>
getNoticePeriods()
Get noticePeriodsint
hashCode()
MMCurrencyConfig
noticePeriods(java.util.List<DropdownOption> noticePeriods)
void
setNoticePeriods(java.util.List<DropdownOption> noticePeriods)
java.lang.String
toString()
-
-
-
Method Detail
-
noticePeriods
public MMCurrencyConfig noticePeriods(java.util.List<DropdownOption> noticePeriods)
-
addNoticePeriodsItem
public MMCurrencyConfig addNoticePeriodsItem(DropdownOption noticePeriodsItem)
-
getNoticePeriods
public java.util.List<DropdownOption> getNoticePeriods()
Get noticePeriods- Returns:
- noticePeriods
-
setNoticePeriods
public void setNoticePeriods(java.util.List<DropdownOption> noticePeriods)
-
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
-
-