Class Account
java.lang.Object
co.yellowdog.platform.model.Account
- All Implemented Interfaces:
Identified,Named,Serializable
Represents a user account within the YellowDog Platform.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to build a new Account that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic Account.Builderbuilder()protected booleanbooleangetId()Returns the IDgetName()Returns the nameinthashCode()voidsetFeatures(List<@NotNull Feature> features) voidvoidtoString()
-
Method Details
-
builder
-
getId
Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
getName
-
getFeatures
-
setId
-
setName
-
setFeatures
-
equals
-
canEqual
-
hashCode
-
toString
-