Class AuditLogParameter

java.lang.Object
org.craftercms.studio.api.v2.dal.AuditLogParameter

public class AuditLogParameter extends Object
  • Constructor Details

    • AuditLogParameter

      public AuditLogParameter()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getAuditId

      public long getAuditId()
    • setAuditId

      public void setAuditId(long auditId)
    • getTargetId

      public String getTargetId()
    • setTargetId

      public void setTargetId(String targetId)
    • getTargetType

      public String getTargetType()
    • setTargetType

      public void setTargetType(String targetType)
    • getTargetSubtype

      public String getTargetSubtype()
    • setTargetSubtype

      public void setTargetSubtype(String targetSubtype)
    • getTargetValue

      public String getTargetValue()
    • setTargetValue

      public void setTargetValue(String targetValue)