public class NotificationStateEntry extends BitmovinResponse
Constructor and Description |
---|
NotificationStateEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getMuted()
Indicate if notification was sent (required)
|
String |
getNotificationId()
The notification this state belongs to (required)
|
String |
getResourceId()
Indicate if triggered for specific resource (required)
|
NotificationStates |
getState()
Get state
|
Date |
getTriggeredAt()
Get triggeredAt
|
int |
hashCode() |
void |
setMuted(Boolean muted)
Indicate if notification was sent (required)
|
void |
setNotificationId(String notificationId)
The notification this state belongs to (required)
|
void |
setResourceId(String resourceId)
Indicate if triggered for specific resource (required)
|
void |
setState(NotificationStates state)
Set state
|
String |
toString() |
getId
public NotificationStates getState()
public void setState(NotificationStates state)
state
- public Boolean getMuted()
public void setMuted(Boolean muted)
muted
- Indicate if notification was sent (required)public String getNotificationId()
public void setNotificationId(String notificationId)
notificationId
- The notification this state belongs to (required)public String getResourceId()
public void setResourceId(String resourceId)
resourceId
- Indicate if triggered for specific resource (required)public Date getTriggeredAt()
public boolean equals(Object o)
equals
in class BitmovinResponse
public int hashCode()
hashCode
in class BitmovinResponse
public String toString()
toString
in class BitmovinResponse
Copyright © 2025. All rights reserved.