Package eu.de4a.iem.model
Class AgentPojo
- java.lang.Object
-
- eu.de4a.iem.model.AgentPojo
-
@Immutable public class AgentPojo extends Object
Represents an "Agent"- Author:
- Philip Helger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAgentPojo.BuilderA builder for this class
-
Constructor Summary
Constructors Constructor Description AgentPojo(String sID, String sIDSchemeID, String sName, AddressPojo aAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AgentPojo.Builderbuilder()booleanequals(Object o)AddressPojogetAddress()StringgetID()StringgetIDSchemeID()StringgetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AgentPojo
public AgentPojo(@Nullable String sID, @Nullable String sIDSchemeID, @Nullable String sName, @Nullable AddressPojo aAddress)
-
-
Method Detail
-
getID
@Nullable public final String getID()
-
getIDSchemeID
@Nullable public final String getIDSchemeID()
-
getName
@Nullable public final String getName()
-
getAddress
@Nullable public final AddressPojo getAddress()
-
builder
@Nonnull public static AgentPojo.Builder builder()
-
-