public class AbstractAccountUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
lastModifiedDate |
protected String |
name |
protected Long |
subaccountLimit |
| Constructor and Description |
|---|
AbstractAccountUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getLastModifiedDate()
The date and time when the object was last modified.
|
String |
getName()
The name used to identify the account.
|
Long |
getSubaccountLimit()
The number of sub-accounts that can be created within this account.
|
int |
hashCode() |
AbstractAccountUpdate |
lastModifiedDate(OffsetDateTime lastModifiedDate) |
AbstractAccountUpdate |
name(String name) |
void |
setLastModifiedDate(OffsetDateTime lastModifiedDate) |
void |
setName(String name) |
void |
setSubaccountLimit(Long subaccountLimit) |
AbstractAccountUpdate |
subaccountLimit(Long subaccountLimit) |
String |
toString() |
protected OffsetDateTime lastModifiedDate
protected String name
protected Long subaccountLimit
public AbstractAccountUpdate lastModifiedDate(OffsetDateTime lastModifiedDate)
public OffsetDateTime getLastModifiedDate()
public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
public AbstractAccountUpdate name(String name)
public String getName()
public void setName(String name)
public AbstractAccountUpdate subaccountLimit(Long subaccountLimit)
public Long getSubaccountLimit()
public void setSubaccountLimit(Long subaccountLimit)
Copyright © 2024. All rights reserved.