public class AvailabilityStatRepresentation extends BaseResourceRepresentation
Constructor and Description |
---|
AvailabilityStatRepresentation() |
AvailabilityStatRepresentation(String source,
Long downtimeDuration) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getDowntimeDuration() |
String |
getSource() |
int |
hashCode() |
void |
setDowntimeDuration(Long downtimeDuration) |
void |
setSource(String source) |
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(value="source", ignoreIfNull=true) public String getSource()
@JSONProperty(value="downtimeDuration", ignoreIfNull=true) public Long getDowntimeDuration()
public void setSource(String source)
public void setDowntimeDuration(Long downtimeDuration)
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.