Record Class Plancategorie
java.lang.Object
java.lang.Record
nl.b3p.planmonitorwonen.api.model.Plancategorie
public record Plancategorie(String id, String planregistratieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, String nieuwbouw, String woningType, String wonenEnZorg, String flexwoningen, String betaalbaarheid, String sloop, Integer totaalGepland, Integer totaalGerealiseerd)
extends Record
-
Constructor Summary
ConstructorDescriptionPlancategorie
(String id, String planregistratieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, String nieuwbouw, String woningType, String wonenEnZorg, String flexwoningen, String betaalbaarheid, String sloop, Integer totaalGepland, Integer totaalGerealiseerd) Creates an instance of aPlancategorie
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebetaalbaarheid
record component.Returns the value of thecreatedAt
record component.creator()
Returns the value of thecreator
record component.editedAt()
Returns the value of theeditedAt
record component.editor()
Returns the value of theeditor
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theflexwoningen
record component.final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.Returns the value of thenieuwbouw
record component.Returns the value of theplanregistratieId
record component.sloop()
Returns the value of thesloop
record component.final String
toString()
Returns a string representation of this record class.Returns the value of thetotaalGepland
record component.Returns the value of thetotaalGerealiseerd
record component.Returns the value of thewonenEnZorg
record component.Returns the value of thewoningType
record component.
-
Constructor Details
-
Plancategorie
public Plancategorie(String id, String planregistratieId, String creator, OffsetDateTime createdAt, String editor, OffsetDateTime editedAt, String nieuwbouw, String woningType, String wonenEnZorg, String flexwoningen, String betaalbaarheid, String sloop, Integer totaalGepland, Integer totaalGerealiseerd) Creates an instance of aPlancategorie
record class.- Parameters:
id
- the value for theid
record componentplanregistratieId
- the value for theplanregistratieId
record componentcreator
- the value for thecreator
record componentcreatedAt
- the value for thecreatedAt
record componenteditor
- the value for theeditor
record componenteditedAt
- the value for theeditedAt
record componentnieuwbouw
- the value for thenieuwbouw
record componentwoningType
- the value for thewoningType
record componentwonenEnZorg
- the value for thewonenEnZorg
record componentflexwoningen
- the value for theflexwoningen
record componentbetaalbaarheid
- the value for thebetaalbaarheid
record componentsloop
- the value for thesloop
record componenttotaalGepland
- the value for thetotaalGepland
record componenttotaalGerealiseerd
- the value for thetotaalGerealiseerd
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-
planregistratieId
Returns the value of theplanregistratieId
record component.- Returns:
- the value of the
planregistratieId
record component
-
creator
Returns the value of thecreator
record component.- Returns:
- the value of the
creator
record component
-
createdAt
Returns the value of thecreatedAt
record component.- Returns:
- the value of the
createdAt
record component
-
editor
Returns the value of theeditor
record component.- Returns:
- the value of the
editor
record component
-
editedAt
Returns the value of theeditedAt
record component.- Returns:
- the value of the
editedAt
record component
-
nieuwbouw
Returns the value of thenieuwbouw
record component.- Returns:
- the value of the
nieuwbouw
record component
-
woningType
Returns the value of thewoningType
record component.- Returns:
- the value of the
woningType
record component
-
wonenEnZorg
Returns the value of thewonenEnZorg
record component.- Returns:
- the value of the
wonenEnZorg
record component
-
flexwoningen
Returns the value of theflexwoningen
record component.- Returns:
- the value of the
flexwoningen
record component
-
betaalbaarheid
Returns the value of thebetaalbaarheid
record component.- Returns:
- the value of the
betaalbaarheid
record component
-
sloop
Returns the value of thesloop
record component.- Returns:
- the value of the
sloop
record component
-
totaalGepland
Returns the value of thetotaalGepland
record component.- Returns:
- the value of the
totaalGepland
record component
-
totaalGerealiseerd
Returns the value of thetotaalGerealiseerd
record component.- Returns:
- the value of the
totaalGerealiseerd
record component
-