Package de.adorsys.psd2.model
Class ReportExchangeRate
- java.lang.Object
-
- de.adorsys.psd2.model.ReportExchangeRate
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class ReportExchangeRate extends ObjectExchange Rate.
-
-
Constructor Summary
Constructors Constructor Description ReportExchangeRate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportExchangeRatecontractIdentification(String contractIdentification)booleanequals(Object o)ReportExchangeRateexchangeRate(String exchangeRate)StringgetContractIdentification()Get contractIdentification@NotNull StringgetExchangeRate()Get exchangeRate@NotNull @Valid LocalDategetQuotationDate()Get quotationDate@NotNull @Pattern(regexp="[A-Z]{3}") StringgetSourceCurrency()Get sourceCurrency@NotNull @Pattern(regexp="[A-Z]{3}") StringgetTargetCurrency()Get targetCurrency@NotNull StringgetUnitCurrency()Get unitCurrencyinthashCode()ReportExchangeRatequotationDate(LocalDate quotationDate)voidsetContractIdentification(String contractIdentification)voidsetExchangeRate(String exchangeRate)voidsetQuotationDate(LocalDate quotationDate)voidsetSourceCurrency(String sourceCurrency)voidsetTargetCurrency(String targetCurrency)voidsetUnitCurrency(String unitCurrency)ReportExchangeRatesourceCurrency(String sourceCurrency)ReportExchangeRatetargetCurrency(String targetCurrency)StringtoString()ReportExchangeRateunitCurrency(String unitCurrency)
-
-
-
Method Detail
-
sourceCurrency
public ReportExchangeRate sourceCurrency(String sourceCurrency)
-
getSourceCurrency
@NotNull @Pattern(regexp="[A-Z]{3}") public @NotNull @Pattern(regexp="[A-Z]{3}") String getSourceCurrency()Get sourceCurrency- Returns:
- sourceCurrency
-
setSourceCurrency
public void setSourceCurrency(String sourceCurrency)
-
exchangeRate
public ReportExchangeRate exchangeRate(String exchangeRate)
-
getExchangeRate
@NotNull public @NotNull String getExchangeRate()
Get exchangeRate- Returns:
- exchangeRate
-
setExchangeRate
public void setExchangeRate(String exchangeRate)
-
unitCurrency
public ReportExchangeRate unitCurrency(String unitCurrency)
-
getUnitCurrency
@NotNull public @NotNull String getUnitCurrency()
Get unitCurrency- Returns:
- unitCurrency
-
setUnitCurrency
public void setUnitCurrency(String unitCurrency)
-
targetCurrency
public ReportExchangeRate targetCurrency(String targetCurrency)
-
getTargetCurrency
@NotNull @Pattern(regexp="[A-Z]{3}") public @NotNull @Pattern(regexp="[A-Z]{3}") String getTargetCurrency()Get targetCurrency- Returns:
- targetCurrency
-
setTargetCurrency
public void setTargetCurrency(String targetCurrency)
-
quotationDate
public ReportExchangeRate quotationDate(LocalDate quotationDate)
-
getQuotationDate
@NotNull @Valid public @NotNull @Valid LocalDate getQuotationDate()
Get quotationDate- Returns:
- quotationDate
-
setQuotationDate
public void setQuotationDate(LocalDate quotationDate)
-
contractIdentification
public ReportExchangeRate contractIdentification(String contractIdentification)
-
getContractIdentification
public String getContractIdentification()
Get contractIdentification- Returns:
- contractIdentification
-
setContractIdentification
public void setContractIdentification(String contractIdentification)
-
-