Package dev.vality.anapi.v2.model
Class PaymentsErrorsDistributionResultAllOf
java.lang.Object
dev.vality.anapi.v2.model.PaymentsErrorsDistributionResultAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class PaymentsErrorsDistributionResultAllOf
extends Object
PaymentsErrorsDistributionResultAllOf
-
Constructor Summary
Constructors Constructor Description PaymentsErrorsDistributionResultAllOf() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)PaymentsErrorsDistributionResultAllOferror(String error)@NotNull StringgetError()Тип ошибки@NotNull @DecimalMin("0") DoublegetPercents()Относительное колличество ошибок в процентах minimum: 0inthashCode()PaymentsErrorsDistributionResultAllOfpercents(Double percents)voidsetError(String error)voidsetPercents(Double percents)StringtoString()
-
Constructor Details
-
PaymentsErrorsDistributionResultAllOf
public PaymentsErrorsDistributionResultAllOf()
-
-
Method Details
-
error
-
getError
Тип ошибки- Returns:
- error
-
setError
-
percents
-
getPercents
Относительное колличество ошибок в процентах minimum: 0- Returns:
- percents
-
setPercents
-
equals
-
hashCode
public int hashCode() -
toString
-