public class AuditRecordRepresentation extends EventRepresentation
Constructor and Description |
---|
AuditRecordRepresentation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getActivity() |
String |
getApplication() |
Set<com.cumulocity.model.audit.Change> |
getChanges() |
String |
getSeverity() |
String |
getUser() |
int |
hashCode() |
void |
setActivity(String activity) |
void |
setApplication(String application) |
void |
setChanges(Set<com.cumulocity.model.audit.Change> changes) |
void |
setSeverity(String severity) |
void |
setUser(String user) |
getCreationDateTime, getCreationTime, getDateTime, getExternalSource, getId, getSource, getText, getTime, getType, setCreationDateTime, setCreationTime, setDateTime, setExternalSource, setId, setSource, setText, setTime, setType
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
getSelf, getSelfDecoded, setSelf, toJSON, toString
@JSONProperty(ignoreIfNull=true) public String getUser()
public void setUser(String user)
@JSONProperty(ignoreIfNull=true) public String getApplication()
public void setApplication(String application)
@JSONProperty(ignoreIfNull=true) public String getActivity()
public void setActivity(String activity)
@JSONProperty(ignoreIfNull=true) public String getSeverity()
public void setSeverity(String severity)
@JSONTypeHint(value=com.cumulocity.model.audit.Change.class) @JSONProperty(ignoreIfNull=true) public Set<com.cumulocity.model.audit.Change> getChanges()
public void setChanges(Set<com.cumulocity.model.audit.Change> changes)
public boolean equals(Object o)
equals
in class EventRepresentation
protected boolean canEqual(Object other)
canEqual
in class EventRepresentation
public int hashCode()
hashCode
in class EventRepresentation
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.