@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:14:45.656Z[UTC]") public class ReportExchangeRate extends Object
Constructor and Description |
---|
ReportExchangeRate() |
public ReportExchangeRate sourceCurrency(String sourceCurrency)
@NotNull @Pattern(regexp="[A-Z]{3}") public @NotNull @Pattern(regexp="[A-Z]{3}") String getSourceCurrency()
public void setSourceCurrency(String sourceCurrency)
public ReportExchangeRate exchangeRate(String exchangeRate)
@NotNull public @NotNull String getExchangeRate()
public void setExchangeRate(String exchangeRate)
public ReportExchangeRate unitCurrency(String unitCurrency)
@NotNull public @NotNull String getUnitCurrency()
public void setUnitCurrency(String unitCurrency)
public ReportExchangeRate targetCurrency(String targetCurrency)
@NotNull @Pattern(regexp="[A-Z]{3}") public @NotNull @Pattern(regexp="[A-Z]{3}") String getTargetCurrency()
public void setTargetCurrency(String targetCurrency)
public ReportExchangeRate quotationDate(LocalDate quotationDate)
@NotNull @Valid public @NotNull @Valid LocalDate getQuotationDate()
public void setQuotationDate(LocalDate quotationDate)
public ReportExchangeRate contractIdentification(String contractIdentification)
public String getContractIdentification()
public void setContractIdentification(String contractIdentification)
Copyright © 2020. All rights reserved.