org.blue.xdata
Class xodtemplate_h.xodtemplate_contact

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_contact
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_contact
extends java.lang.Object


Field Summary
 int _config_file
           
 int _start_line
           
 java.lang.String[] address
           
 java.lang.String alias
           
 java.lang.String contact_name
           
 java.lang.String contactgroups
           
 java.lang.String email
           
 int has_been_resolved
           
 int have_host_notification_options
           
 int have_service_notification_options
           
 java.lang.String host_notification_commands
           
 java.lang.String host_notification_period
           
 java.lang.String name
           
 int notify_on_host_down
           
 int notify_on_host_flapping
           
 int notify_on_host_recovery
           
 int notify_on_host_unreachable
           
 int notify_on_service_critical
           
 int notify_on_service_flapping
           
 int notify_on_service_recovery
           
 int notify_on_service_unknown
           
 int notify_on_service_warning
           
 java.lang.String pager
           
 int register_object
           
 java.lang.String service_notification_commands
           
 java.lang.String service_notification_period
           
 java.lang.String template
           
 
Constructor Summary
xodtemplate_h.xodtemplate_contact()
           
 
Method Summary
 
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

contact_name

public java.lang.String contact_name

alias

public java.lang.String alias

contactgroups

public java.lang.String contactgroups

email

public java.lang.String email

pager

public java.lang.String pager

address

public java.lang.String[] address

host_notification_period

public java.lang.String host_notification_period

host_notification_commands

public java.lang.String host_notification_commands

notify_on_host_down

public int notify_on_host_down

notify_on_host_unreachable

public int notify_on_host_unreachable

notify_on_host_recovery

public int notify_on_host_recovery

notify_on_host_flapping

public int notify_on_host_flapping

service_notification_period

public java.lang.String service_notification_period

service_notification_commands

public java.lang.String service_notification_commands

notify_on_service_unknown

public int notify_on_service_unknown

notify_on_service_warning

public int notify_on_service_warning

notify_on_service_critical

public int notify_on_service_critical

notify_on_service_recovery

public int notify_on_service_recovery

notify_on_service_flapping

public int notify_on_service_flapping

have_host_notification_options

public int have_host_notification_options

have_service_notification_options

public int have_service_notification_options

has_been_resolved

public int has_been_resolved

register_object

public int register_object
Constructor Detail

xodtemplate_h.xodtemplate_contact

public xodtemplate_h.xodtemplate_contact()