@Immutable public class BusinessPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessPojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
BusinessPojo(String sLegalID,
String sLegalIDSchemeID,
String sID,
String sIDSchemeID,
String sLegalName,
AddressPojo aAddress) |
| Modifier and Type | Method and Description |
|---|---|
static BusinessPojo.Builder |
builder() |
static BusinessPojo.Builder |
builder(CoreBusinessType a) |
boolean |
equals(Object o) |
AddressPojo |
getAddress() |
CoreBusinessType |
getAsCoreBusiness() |
String |
getID() |
String |
getIDSchemeID() |
String |
getLegalID() |
String |
getLegalIDSchemeID() |
String |
getLegalName() |
int |
hashCode() |
String |
toString() |
@Nullable public final AddressPojo getAddress()
@Nonnull public CoreBusinessType getAsCoreBusiness()
@Nonnull public static BusinessPojo.Builder builder()
@Nonnull public static BusinessPojo.Builder builder(@Nullable CoreBusinessType a)
Copyright © 2020 toop.eu. All rights reserved.