-
public final class TemplateProjection
-
-
Constructor Summary
Constructors Constructor Description TemplateProjection(OffsetDateTime createdAt, UUID id, String name, OffsetDateTime updatedAt, List<String> variables)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final UUIDgetId()final StringgetName()final OffsetDateTimegetUpdatedAt()final List<String>getVariables()-
-
Constructor Detail
-
TemplateProjection
TemplateProjection(OffsetDateTime createdAt, UUID id, String name, OffsetDateTime updatedAt, List<String> variables)
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getVariables
final List<String> getVariables()
-
-
-
-