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