com.orbitz.consul.option
Class EventOptions

java.lang.Object
  extended by com.orbitz.consul.option.EventOptions

public class EventOptions
extends java.lang.Object

Created by rfast on 5/25/15.


Field Summary
static EventOptions BLANK
           
 
Method Summary
 java.lang.String getDatacenter()
           
 java.lang.String getNodeFilter()
           
 java.lang.String getServiceFilter()
           
 java.lang.String getTagFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLANK

public static EventOptions BLANK
Method Detail

getDatacenter

public java.lang.String getDatacenter()

getNodeFilter

public java.lang.String getNodeFilter()

getServiceFilter

public java.lang.String getServiceFilter()

getTagFilter

public java.lang.String getTagFilter()