org.blue.include
Class nagios_h.scheduled_downtime_entry

java.lang.Object
  extended by org.blue.include.nagios_h.scheduled_downtime_entry
Enclosing class:
nagios_h

public static class nagios_h.scheduled_downtime_entry
extends java.lang.Object


Field Summary
 int comment_id
           
 long duration
           
 long end_time
           
 int fixed
           
 int is_in_effect
           
 long start_time
           
 int type
           
 
Constructor Summary
nagios_h.scheduled_downtime_entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

start_time

public long start_time

end_time

public long end_time

is_in_effect

public int is_in_effect

fixed

public int fixed

duration

public long duration

comment_id

public int comment_id
Constructor Detail

nagios_h.scheduled_downtime_entry

public nagios_h.scheduled_downtime_entry()