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