com.cumulocity.rest.representation.audit
Class AuditRecordRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.AbstractExtensibleRepresentation
          extended by com.cumulocity.rest.representation.event.EventRepresentation
              extended by com.cumulocity.rest.representation.audit.AuditRecordRepresentation
All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties

public class AuditRecordRepresentation
extends EventRepresentation


Constructor Summary
AuditRecordRepresentation()
           
 
Method Summary
 String getActivity()
           
 String getApplication()
           
 Set<Change> getChanges()
           
 String getSeverity()
           
 String getUser()
           
 void setActivity(String activity)
           
 void setApplication(String application)
           
 void setChanges(Set<Change> changes)
           
 void setSeverity(String severity)
           
 void setUser(String user)
           
 
Methods inherited from class com.cumulocity.rest.representation.event.EventRepresentation
getCreationTime, getId, getSource, getText, getTime, getType, setCreationTime, setId, setSource, setText, setTime, setType
 
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, propertyNames, set, set, set, setAttrs, setProperty
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditRecordRepresentation

public AuditRecordRepresentation()
Method Detail

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.