public class Account extends BaseMessage
Modifier and Type | Class and Description |
---|---|
static class |
Account.Limits |
unknownFieldSet
Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate() |
String |
getDescription() |
int |
getId() |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setId(int id) |
String |
toString() |
getUnknownFieldSet, setUnknownFieldSet
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.