Package dev.vality.anapi.v2.model
Class CashRangeAllOf
java.lang.Object
dev.vality.anapi.v2.model.CashRangeAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class CashRangeAllOf
extends Object
CashRangeAllOf
-
Constructor Summary
Constructors Constructor Description CashRangeAllOf() -
Method Summary
Modifier and Type Method Description CashRangeAllOfcurrency(String currency)booleanequals(Object o)@NotNull @Pattern(regexp="^[A-Z]{3}$") StringgetCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).@NotNull @Min(1L) LonggetLowerBound()Нижняя (включительная) граница стоимости товаров или услуг.@NotNull @Min(1L) LonggetUpperBound()Верхняя (включительная) граница стоимости товаров или услуг.inthashCode()CashRangeAllOflowerBound(Long lowerBound)voidsetCurrency(String currency)voidsetLowerBound(Long lowerBound)voidsetUpperBound(Long upperBound)StringtoString()CashRangeAllOfupperBound(Long upperBound)
-
Constructor Details
-
CashRangeAllOf
public CashRangeAllOf()
-
-
Method Details
-
upperBound
-
getUpperBound
Верхняя (включительная) граница стоимости товаров или услуг. minimum: 1- Returns:
- upperBound
-
setUpperBound
-
lowerBound
-
getLowerBound
Нижняя (включительная) граница стоимости товаров или услуг. minimum: 1- Returns:
- lowerBound
-
setLowerBound
-
currency
-
getCurrency
@NotNull @Pattern(regexp="^[A-Z]{3}$") public @NotNull @Pattern(regexp="^[A-Z]{3}$") String getCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-