public class ExportedAccountState extends Object
| Constructor and Description |
|---|
ExportedAccountState(Date exportedDate,
String id,
AccountState state) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExportedDate() |
String |
getId() |
AccountState |
getState() |
public ExportedAccountState(Date exportedDate, String id, AccountState state)
public Date getExportedDate()
public String getId()
public AccountState getState()
Copyright © 2019. All rights reserved.