com.axibase.tsd.model.meta.command
Class AddEntitiesCommand

java.lang.Object
  extended by com.axibase.tsd.model.meta.command.SimpleCommand
      extended by com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
          extended by com.axibase.tsd.model.meta.command.AddEntitiesCommand

public class AddEntitiesCommand
extends AbstractEntitiesCommand

Author:
Nikolay Malevanny.

Field Summary
 
Fields inherited from class com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
entities
 
Fields inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
action
 
Constructor Summary
AddEntitiesCommand()
           
AddEntitiesCommand(Boolean createEntities, List<Entity> entities)
           
 
Method Summary
 Boolean getCreateEntities()
           
 
Methods inherited from class com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
getEntities
 
Methods inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
getAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddEntitiesCommand

public AddEntitiesCommand()

AddEntitiesCommand

public AddEntitiesCommand(Boolean createEntities,
                          List<Entity> entities)
Method Detail

getCreateEntities

public Boolean getCreateEntities()


Copyright © 2015. All rights reserved.