Package dev.vality.anapi.v2.model
Class CountResultAllOf
java.lang.Object
dev.vality.anapi.v2.model.CountResultAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class CountResultAllOf
extends Object
CountResultAllOf
-
Constructor Summary
Constructors Constructor Description CountResultAllOf() -
Method Summary
Modifier and Type Method Description CountResultAllOfcount(Long count)CountResultAllOfcurrency(String currency)booleanequals(Object o)@NotNull @Min(0L) LonggetCount()Общее количество операций minimum: 0@NotNull @Pattern(regexp="^[A-Z]{3}$") StringgetCurrency()Валюта, символьный код согласно [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html).inthashCode()voidsetCount(Long count)voidsetCurrency(String currency)StringtoString()
-
Constructor Details
-
CountResultAllOf
public CountResultAllOf()
-
-
Method Details
-
count
-
getCount
Общее количество операций minimum: 0- Returns:
- count
-
setCount
-
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
-