public class AccountCreate extends AbstractAccountUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
parentAccount |
protected Long |
scope |
lastModifiedDate, name, subaccountLimit| Constructor and Description |
|---|
AccountCreate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getParentAccount()
The account which is responsible for administering the account.
|
Long |
getScope()
This is the scope to which the account belongs to.
|
int |
hashCode() |
AccountCreate |
parentAccount(Long parentAccount) |
AccountCreate |
scope(Long scope) |
void |
setParentAccount(Long parentAccount) |
void |
setScope(Long scope) |
String |
toString() |
getLastModifiedDate, getName, getSubaccountLimit, lastModifiedDate, name, setLastModifiedDate, setName, setSubaccountLimit, subaccountLimitpublic AccountCreate parentAccount(Long parentAccount)
public Long getParentAccount()
public void setParentAccount(Long parentAccount)
public AccountCreate scope(Long scope)
public Long getScope()
public void setScope(Long scope)
public boolean equals(Object o)
equals in class AbstractAccountUpdatepublic int hashCode()
hashCode in class AbstractAccountUpdatepublic String toString()
toString in class AbstractAccountUpdateCopyright © 2021. All rights reserved.