Class SystemComponent.SystemComponentBuilder<C extends SystemComponent,B extends SystemComponent.SystemComponentBuilder<C,B>>
java.lang.Object
ch.admin.bit.jeap.archrepo.metamodel.system.SystemComponent.SystemComponentBuilder<C,B>
- Direct Known Subclasses:
BackendService.BackendServiceBuilder,Frontend.FrontendBuilder,MobileApp.MobileAppBuilder,SelfContainedSystem.SelfContainedSystemBuilder,UnknownSystemComponent.UnknownSystemComponentBuilder
- Enclosing class:
SystemComponent
public abstract static class SystemComponent.SystemComponentBuilder<C extends SystemComponent,B extends SystemComponent.SystemComponentBuilder<C,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Cbuild()createdAt(ZonedDateTime createdAt) description(String description) lastSeen(ZonedDateTime lastSeen) reactionStatistics(List<ReactionStatistics> reactionStatistics) protected abstract Bself()toString()
-
Constructor Details
-
SystemComponentBuilder
public SystemComponentBuilder()
-
-
Method Details