Class AggregateDefinitionDTO

java.lang.Object
ai.stapi.graphsystem.aggregatedefinition.model.AggregateDefinitionDTO

public class AggregateDefinitionDTO extends Object
  • Constructor Details

    • AggregateDefinitionDTO

      protected AggregateDefinitionDTO()
    • AggregateDefinitionDTO

      public AggregateDefinitionDTO(String id, String name, String description, List<CommandHandlerDefinitionDTO> command, ai.stapi.schema.structuredefinition.StructureDefinitionId structure)
    • AggregateDefinitionDTO

      public AggregateDefinitionDTO(String id, String name, String description, ai.stapi.schema.structuredefinition.StructureDefinitionId structure)
  • Method Details