@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class InvestmentsAuthGetNumbers extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACATS |
static String |
SERIALIZED_NAME_ATON |
Constructor and Description |
---|
InvestmentsAuthGetNumbers() |
Modifier and Type | Method and Description |
---|---|
InvestmentsAuthGetNumbers |
acats(List<NumbersACATS> acats) |
InvestmentsAuthGetNumbers |
addAcatsItem(NumbersACATS acatsItem) |
InvestmentsAuthGetNumbers |
addAtonItem(NumbersATON atonItem) |
InvestmentsAuthGetNumbers |
aton(List<NumbersATON> aton) |
boolean |
equals(Object o) |
List<NumbersACATS> |
getAcats()
Get acats
|
List<NumbersATON> |
getAton()
Get aton
|
int |
hashCode() |
void |
setAcats(List<NumbersACATS> acats) |
void |
setAton(List<NumbersATON> aton) |
String |
toString() |
public static final String SERIALIZED_NAME_ACATS
public static final String SERIALIZED_NAME_ATON
public InvestmentsAuthGetNumbers acats(List<NumbersACATS> acats)
public InvestmentsAuthGetNumbers addAcatsItem(NumbersACATS acatsItem)
@Nullable public List<NumbersACATS> getAcats()
public void setAcats(List<NumbersACATS> acats)
public InvestmentsAuthGetNumbers aton(List<NumbersATON> aton)
public InvestmentsAuthGetNumbers addAtonItem(NumbersATON atonItem)
@Nullable public List<NumbersATON> getAton()
public void setAton(List<NumbersATON> aton)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.