Package de.adorsys.psd2.model
Class InlineResponse200
- java.lang.Object
-
- de.adorsys.psd2.model.InlineResponse200
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class InlineResponse200 extends ObjectInlineResponse200
-
-
Constructor Summary
Constructors Constructor Description InlineResponse200()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InlineResponse200account(AccountDetails account)booleanequals(Object o)@Valid AccountDetailsgetAccount()Get accountinthashCode()voidsetAccount(AccountDetails account)StringtoString()
-
-
-
Method Detail
-
account
public InlineResponse200 account(AccountDetails account)
-
getAccount
@Valid public @Valid AccountDetails getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(AccountDetails account)
-
-