org.blue.include
Class downtime_h.scheduled_downtime

java.lang.Object
  extended by org.blue.include.downtime_h.scheduled_downtime
Enclosing class:
downtime_h

public static class downtime_h.scheduled_downtime
extends java.lang.Object


Field Summary
 java.lang.String author
           
 java.lang.String comment
           
 long comment_id
           
 long downtime_id
           
 long duration
           
 long end_time
           
 long entry_time
           
 int fixed
           
 java.lang.String host_name
           
 int incremented_pending_downtime
           
 int is_in_effect
           
 java.lang.String service_description
           
 int start_flex_downtime
           
 long start_time
           
 long triggered_by
           
 int type
           
 
Constructor Summary
downtime_h.scheduled_downtime()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

host_name

public java.lang.String host_name

service_description

public java.lang.String service_description

entry_time

public long entry_time

start_time

public long start_time

end_time

public long end_time

fixed

public int fixed

triggered_by

public long triggered_by

duration

public long duration

downtime_id

public long downtime_id

author

public java.lang.String author

comment

public java.lang.String comment

comment_id

public long comment_id

is_in_effect

public int is_in_effect

start_flex_downtime

public int start_flex_downtime

incremented_pending_downtime

public int incremented_pending_downtime
Constructor Detail

downtime_h.scheduled_downtime

public downtime_h.scheduled_downtime()