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