Package hirez.api.object.statuspage
Class IncidentUpdate
- java.lang.Object
-
- hirez.api.object.statuspage.IncidentUpdate
-
-
Constructor Summary
Constructors Constructor Description IncidentUpdate(java.lang.String status, java.lang.String body, java.util.Date createdAt, java.util.Date updatedAt, java.util.Date displayAt, java.util.List<AffectedComponent> affectedComponents, boolean deliverNotifications, long tweetId, java.lang.String id, java.lang.String incidentId, java.lang.String customTweet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<AffectedComponent>getAffectedComponents()java.lang.StringgetBody()java.util.DategetCreatedAt()java.lang.StringgetCustomTweet()java.util.DategetDisplayAt()java.lang.StringgetId()java.lang.StringgetIncidentId()java.lang.StringgetStatus()longgetTweetId()java.util.DategetUpdatedAt()inthashCode()booleanisDeliverNotifications()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IncidentUpdate
@ConstructorProperties({"status","body","createdAt","updatedAt","displayAt","affectedComponents","deliverNotifications","tweetId","id","incidentId","customTweet"}) public IncidentUpdate(java.lang.String status, java.lang.String body, java.util.Date createdAt, java.util.Date updatedAt, java.util.Date displayAt, java.util.List<AffectedComponent> affectedComponents, boolean deliverNotifications, long tweetId, java.lang.String id, java.lang.String incidentId, java.lang.String customTweet)
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
-
getBody
public java.lang.String getBody()
-
getCreatedAt
public java.util.Date getCreatedAt()
-
getUpdatedAt
public java.util.Date getUpdatedAt()
-
getDisplayAt
public java.util.Date getDisplayAt()
-
getAffectedComponents
public java.util.List<AffectedComponent> getAffectedComponents()
-
isDeliverNotifications
public boolean isDeliverNotifications()
-
getTweetId
public long getTweetId()
-
getIncidentId
public java.lang.String getIncidentId()
-
getCustomTweet
public java.lang.String getCustomTweet()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-