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