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