public class DiscoveryOutage extends Object
| Constructor and Description |
|---|
DiscoveryOutage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDuration()
Planned duration of the outage.
|
String |
getExplanation()
Provides an explanation of the current outage that can be displayed to an end customer
|
Boolean |
getIsPartial()
Flag that indicates, if present and set to true, that the outage is only partial meaning that only a subset of normally available end points will be affected by the outage
|
java.time.OffsetDateTime |
getOutageTime()
Date and time that the outage is scheduled to begin
|
int |
hashCode() |
void |
setDuration(String duration) |
void |
setExplanation(String explanation) |
void |
setIsPartial(Boolean isPartial) |
void |
setOutageTime(java.time.OffsetDateTime outageTime) |
String |
toString() |
public String getDuration()
public void setDuration(String duration)
public String getExplanation()
public void setExplanation(String explanation)
public Boolean getIsPartial()
public void setIsPartial(Boolean isPartial)
public java.time.OffsetDateTime getOutageTime()
public void setOutageTime(java.time.OffsetDateTime outageTime)
Copyright © 2019. All rights reserved.