Package dev.vality.swag.analytics.model
Class CountResult
java.lang.Object
dev.vality.swag.analytics.model.CountResult
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-03-18T10:45:05.280Z") public class CountResult extends Object
CountResult
-
Constructor Summary
Constructors Constructor Description CountResult() -
Method Summary
Modifier and Type Method Description CountResultcount(Long count)CountResultcurrency(String currency)booleanequals(Object o)LonggetCount()Общее количество операций minimum: 0StringgetCurrency()Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).inthashCode()voidsetCount(Long count)voidsetCurrency(String currency)StringtoString()
-
Constructor Details
-
CountResult
public CountResult()
-
-
Method Details
-
count
-
getCount
Общее количество операций minimum: 0- Returns:
- count
-
setCount
-
currency
-
getCurrency
Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-