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