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 Details

    • CountResultAllOf

      public CountResultAllOf()
  • Method Details

    • count

      public CountResultAllOf count​(Long count)
    • getCount

      @NotNull @Min(0L) public @NotNull @Min(0L) Long getCount()
      Общее количество операций minimum: 0
      Returns:
      count
    • setCount

      public void setCount​(Long count)
    • currency

      public CountResultAllOf currency​(String 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

      public void setCurrency​(String currency)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object