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 Details

    • PaymentsErrorsDistributionResult

      public PaymentsErrorsDistributionResult()
  • Method Details

    • error

      public PaymentsErrorsDistributionResult error​(String error)
    • getError

      @NotNull public @NotNull String getError()
      Тип ошибки
      Returns:
      error
    • setError

      public void setError​(String error)
    • percents

      public PaymentsErrorsDistributionResult percents​(Double percents)
    • getPercents

      @NotNull @DecimalMin("0") public @NotNull @DecimalMin("0") Double getPercents()
      Относительное колличество ошибок в процентах minimum: 0
      Returns:
      percents
    • setPercents

      public void setPercents​(Double percents)
    • 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