org.blue.xdata
Class xodtemplate_h.xodtemplate_serviceescalation

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_serviceescalation
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_serviceescalation
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int _config_file
           
 int _start_line
           
 java.lang.String contact_groups
           
 int escalate_on_critical
           
 int escalate_on_recovery
           
 int escalate_on_unknown
           
 int escalate_on_warning
           
 java.lang.String escalation_period
           
 int first_notification
           
 int has_been_resolved
           
 int have_escalation_options
           
 int have_first_notification
           
 int have_last_notification
           
 int have_notification_interval
           
 java.lang.String host_name
           
 java.lang.String hostgroup_name
           
 int last_notification
           
 java.lang.String name
           
 int notification_interval
           
 int register_object
           
 java.lang.String service_description
           
 java.lang.String servicegroup_name
           
 java.lang.String template
           
 
Constructor Summary
xodtemplate_h.xodtemplate_serviceescalation()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public java.lang.String template

name

public java.lang.String name

_config_file

public int _config_file

_start_line

public int _start_line

servicegroup_name

public java.lang.String servicegroup_name

hostgroup_name

public java.lang.String hostgroup_name

host_name

public java.lang.String host_name

service_description

public java.lang.String service_description

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_warning

public int escalate_on_warning

escalate_on_unknown

public int escalate_on_unknown

escalate_on_critical

public int escalate_on_critical

escalate_on_recovery

public int escalate_on_recovery

contact_groups

public java.lang.String contact_groups

have_first_notification

public int have_first_notification

have_last_notification

public int have_last_notification

have_notification_interval

public int have_notification_interval

have_escalation_options

public int have_escalation_options

has_been_resolved

public int has_been_resolved

register_object

public int register_object
Constructor Detail

xodtemplate_h.xodtemplate_serviceescalation

public xodtemplate_h.xodtemplate_serviceescalation()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object