public class MindsphereStandardEvent extends BaseEvent
Constructor and Description |
---|
MindsphereStandardEvent() |
Modifier and Type | Method and Description |
---|---|
MindsphereStandardEvent |
acknowledged(Boolean acknowledged)
Returns an MindsphereStandardEvent instance initialized with acknowledged
|
MindsphereStandardEvent |
code(String code)
Returns an MindsphereStandardEvent instance initialized with code
|
MindsphereStandardEvent |
description(String description)
Returns an MindsphereStandardEvent instance initialized with description
|
boolean |
equals(Object o) |
String |
getCode()
Get code
|
String |
getDescription()
Get description
|
Integer |
getSeverity()
Get severity minimum: 1 maximum: 99
|
String |
getSource()
Get source
|
int |
hashCode() |
Boolean |
isAcknowledged()
Get acknowledged
|
void |
setAcknowledged(Boolean acknowledged) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setSeverity(Integer severity) |
void |
setSource(String source) |
MindsphereStandardEvent |
severity(Integer severity)
Returns an MindsphereStandardEvent instance initialized with severity
|
MindsphereStandardEvent |
source(String source)
Returns an MindsphereStandardEvent instance initialized with source
|
String |
toString() |
correlationId, entityId, getCorrelationId, getEntityId, getEtag, getId, getLinks, getTimestamp, getTypeId, links, setCorrelationId, setEntityId, setEtag, setId, setLinks, setTimestamp, setTypeId, timestamp, toIndentedString, typeId
public MindsphereStandardEvent severity(Integer severity)
severity
- severity to be associated with MindsphereStandardEventpublic Integer getSeverity()
public void setSeverity(Integer severity)
public MindsphereStandardEvent description(String description)
description
- description to be associated with MindsphereStandardEventpublic String getDescription()
public void setDescription(String description)
public MindsphereStandardEvent code(String code)
code
- code to be associated with MindsphereStandardEventpublic String getCode()
public void setCode(String code)
public MindsphereStandardEvent source(String source)
source
- source to be associated with MindsphereStandardEventpublic String getSource()
public void setSource(String source)
public MindsphereStandardEvent acknowledged(Boolean acknowledged)
acknowledged
- acknowledged to be associated with MindsphereStandardEventpublic Boolean isAcknowledged()
public void setAcknowledged(Boolean acknowledged)