@Immutable public class AgentPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentPojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
AgentPojo(String sID,
String sIDSchemeID,
String sName,
AddressPojo aAddress) |
| Modifier and Type | Method and Description |
|---|---|
static AgentPojo.Builder |
builder() |
static AgentPojo.Builder |
builder(AgentType a) |
boolean |
equals(Object o) |
AddressPojo |
getAddress() |
AgentType |
getAsAgent() |
String |
getID() |
String |
getIDSchemeID() |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nullable public final AddressPojo getAddress()
@Nonnull public static AgentPojo.Builder builder()
@Nonnull public static AgentPojo.Builder builder(@Nullable AgentType a)
Copyright © 2020 toop.eu. All rights reserved.