com.axibase.tsd.model.data.command
Class BatchAlertCommand

java.lang.Object
  extended by com.axibase.tsd.model.data.command.BatchAlertCommand

public class BatchAlertCommand
extends Object

Author:
Nikolay Malevanny.

Nested Class Summary
static class BatchAlertCommand.AlertId
           
static class BatchAlertCommand.Fields
           
 
Method Summary
static BatchAlertCommand createDeleteCommand(String... alertIds)
           
static BatchAlertCommand createUpdateCommand(boolean acknowledge, String... alertIds)
           
 String getAction()
           
 List<BatchAlertCommand.AlertId> getAlerts()
           
 BatchAlertCommand.Fields getFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

public String getAction()

getFields

public BatchAlertCommand.Fields getFields()

getAlerts

public List<BatchAlertCommand.AlertId> getAlerts()

createUpdateCommand

public static BatchAlertCommand createUpdateCommand(boolean acknowledge,
                                                    String... alertIds)

createDeleteCommand

public static BatchAlertCommand createDeleteCommand(String... alertIds)


Copyright © 2015. All rights reserved.