com.cumulocity.rest.representation.audit
Class AuditRecordRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.event.EventRepresentation
com.cumulocity.rest.representation.audit.AuditRecordRepresentation
- All Implemented Interfaces:
- ResourceRepresentation, org.svenson.DynamicProperties
public class AuditRecordRepresentation
- extends EventRepresentation
Methods inherited from class com.cumulocity.rest.representation.event.EventRepresentation |
getCreationTime, getId, getSource, getText, getTime, getType, setCreationTime, setId, setSource, setText, setTime, setType |
AuditRecordRepresentation
public AuditRecordRepresentation()
getUser
@JSONProperty(ignoreIfNull=true)
public String getUser()
setUser
public void setUser(String user)
getApplication
@JSONProperty(ignoreIfNull=true)
public String getApplication()
setApplication
public void setApplication(String application)
getActivity
@JSONProperty(ignoreIfNull=true)
public String getActivity()
setActivity
public void setActivity(String activity)
getSeverity
@JSONProperty(ignoreIfNull=true)
public String getSeverity()
setSeverity
public void setSeverity(String severity)
getChanges
@JSONTypeHint(value=Change.class)
@JSONProperty(ignoreIfNull=true)
public Set<Change> getChanges()
setChanges
public void setChanges(Set<Change> changes)
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.