public class OrganizationAccountResponse extends Object
| Constructor and Description |
|---|
OrganizationAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OrganizationAccountResponse |
externalAccountId(Long externalAccountId) |
Long |
getExternalAccountId()
Get externalAccountId
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
Integer |
getSiteId()
Get siteId
|
int |
hashCode() |
OrganizationAccountResponse |
id(UUID id) |
OrganizationAccountResponse |
name(String name) |
void |
setExternalAccountId(Long externalAccountId) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setSiteId(Integer siteId) |
OrganizationAccountResponse |
siteId(Integer siteId) |
String |
toString() |
public OrganizationAccountResponse id(UUID id)
public UUID getId()
public void setId(UUID id)
public OrganizationAccountResponse name(String name)
public String getName()
public void setName(String name)
public OrganizationAccountResponse externalAccountId(Long externalAccountId)
public Long getExternalAccountId()
public void setExternalAccountId(Long externalAccountId)
public OrganizationAccountResponse siteId(Integer siteId)
public Integer getSiteId()
public void setSiteId(Integer siteId)
Copyright © 2021. All rights reserved.