public class SatelliteOutageDetails extends Object
| Constructor and Description | 
|---|
SatelliteOutageDetails(OutageType outageType,
                      NanuType nanuType,
                      String outageSourceName,
                      String outageReferenceNumber)
Initializes a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NanuType | 
getNanuType()
Gets the type of outage as defined by the NANU. 
 | 
String | 
getOutageReference()
Gets the reference defining the outage information (NANU number, etc.). 
 | 
String | 
getOutageSource()
Gets the source of the outage information (NANUs, NOTAMs, etc.). 
 | 
OutageType | 
getOutageType()
Gets the type of outage: Historical, Current or Predicted. 
 | 
@Nonnull public final OutageType getOutageType()
@Nonnull public final NanuType getNanuType()
public final String getOutageSource()
public final String getOutageReference()