org.blue.include
Class objects_h.hostescalation

java.lang.Object
  extended by org.blue.include.objects_h.hostescalation
Enclosing class:
objects_h

public static class objects_h.hostescalation
extends java.lang.Object


Field Summary
 java.util.ArrayList contact_groups
           
 int escalate_on_down
           
 int escalate_on_recovery
           
 int escalate_on_unreachable
           
 java.lang.String escalation_period
           
 int first_notification
           
 java.lang.String host_name
           
 int last_notification
           
 int notification_interval
           
 
Constructor Summary
objects_h.hostescalation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host_name

public java.lang.String host_name

first_notification

public int first_notification

last_notification

public int last_notification

notification_interval

public int notification_interval

escalation_period

public java.lang.String escalation_period

escalate_on_recovery

public int escalate_on_recovery

escalate_on_down

public int escalate_on_down

escalate_on_unreachable

public int escalate_on_unreachable

contact_groups

public java.util.ArrayList contact_groups
Constructor Detail

objects_h.hostescalation

public objects_h.hostescalation()