Package dev.vality.anapi.v2.model
Class InlineResponse2002
java.lang.Object
dev.vality.anapi.v2.model.InlineResponse2002
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class InlineResponse2002
extends Object
InlineResponse2002
-
Constructor Summary
Constructors Constructor Description InlineResponse2002() -
Method Summary
Modifier and Type Method Description InlineResponse2002addResultItem(PaymentsErrorsDistributionResult resultItem)booleanequals(Object o)@Valid List<PaymentsErrorsDistributionResult>getResult()Get resultinthashCode()InlineResponse2002result(List<PaymentsErrorsDistributionResult> result)voidsetResult(List<PaymentsErrorsDistributionResult> result)StringtoString()
-
Constructor Details
-
InlineResponse2002
public InlineResponse2002()
-
-
Method Details