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
ConstructorsConstructorDescriptionPlancategorie(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 aPlancategorierecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebetaalbaarheidrecord component.Returns the value of thecreatedAtrecord component.creator()Returns the value of thecreatorrecord component.editedAt()Returns the value of theeditedAtrecord component.editor()Returns the value of theeditorrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theflexwoningenrecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of thenieuwbouwrecord component.Returns the value of theplanregistratieIdrecord component.sloop()Returns the value of theslooprecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetotaalGeplandrecord component.Returns the value of thetotaalGerealiseerdrecord component.Returns the value of thewonenEnZorgrecord component.Returns the value of thewoningTyperecord 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 aPlancategorierecord class.- Parameters:
id- the value for theidrecord componentplanregistratieId- the value for theplanregistratieIdrecord componentcreator- the value for thecreatorrecord componentcreatedAt- the value for thecreatedAtrecord componenteditor- the value for theeditorrecord componenteditedAt- the value for theeditedAtrecord componentnieuwbouw- the value for thenieuwbouwrecord componentwoningType- the value for thewoningTyperecord componentwonenEnZorg- the value for thewonenEnZorgrecord componentflexwoningen- the value for theflexwoningenrecord componentbetaalbaarheid- the value for thebetaalbaarheidrecord componentsloop- the value for theslooprecord componenttotaalGepland- the value for thetotaalGeplandrecord componenttotaalGerealiseerd- the value for thetotaalGerealiseerdrecord 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 theidrecord component.- Returns:
- the value of the
idrecord component
-
planregistratieId
Returns the value of theplanregistratieIdrecord component.- Returns:
- the value of the
planregistratieIdrecord component
-
creator
Returns the value of thecreatorrecord component.- Returns:
- the value of the
creatorrecord component
-
createdAt
Returns the value of thecreatedAtrecord component.- Returns:
- the value of the
createdAtrecord component
-
editor
Returns the value of theeditorrecord component.- Returns:
- the value of the
editorrecord component
-
editedAt
Returns the value of theeditedAtrecord component.- Returns:
- the value of the
editedAtrecord component
-
nieuwbouw
Returns the value of thenieuwbouwrecord component.- Returns:
- the value of the
nieuwbouwrecord component
-
woningType
Returns the value of thewoningTyperecord component.- Returns:
- the value of the
woningTyperecord component
-
wonenEnZorg
Returns the value of thewonenEnZorgrecord component.- Returns:
- the value of the
wonenEnZorgrecord component
-
flexwoningen
Returns the value of theflexwoningenrecord component.- Returns:
- the value of the
flexwoningenrecord component
-
betaalbaarheid
Returns the value of thebetaalbaarheidrecord component.- Returns:
- the value of the
betaalbaarheidrecord component
-
sloop
Returns the value of theslooprecord component.- Returns:
- the value of the
slooprecord component
-
totaalGepland
Returns the value of thetotaalGeplandrecord component.- Returns:
- the value of the
totaalGeplandrecord component
-
totaalGerealiseerd
Returns the value of thetotaalGerealiseerdrecord component.- Returns:
- the value of the
totaalGerealiseerdrecord component
-