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 |
|---|---|
List<byte[]> |
getBlurb() |
Date |
getCreationDate() |
String |
getDescription() |
int |
getId() |
Account.Limits |
getLimits() |
void |
setBlurb(List<byte[]> blurb) |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setLimits(Account.Limits limits) |
String |
toString() |
getUnknownFieldSet, setUnknownFieldSetpublic int getId()
public void setId(int id)
public String getDescription()
public void setDescription(String description)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Account.Limits getLimits()
public void setLimits(Account.Limits limits)
public List<byte[]> getBlurb()
public void setBlurb(List<byte[]> blurb)
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.