helix-rest/src/main/java/org/apache/helix/rest/server/auditlog/AuditLog.java [34:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private Date _startTime;
  private Date _completeTime;
  private Principal _principal;
  private String _clientIP;
  private String _clientHostPort;
  private String _namespace;
  private String _requestPath;
  private String _httpMethod;
  private List<String> _requestHeaders;
  private String _requestEntity;
  private int _responseCode;
  private String _responseEntity;

  private List<Exception> _exceptions;
  private String _additionalInfo;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



helix-rest/src/main/java/org/apache/helix/rest/server/auditlog/AuditLog.java [147:161]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private Date _startTime;
    private Date _completeTime;
    private Principal _principal;
    private String _clientIP;
    private String _clientHostPort;
    private String _namespace;
    private String _requestPath;
    private String _httpMethod;
    private List<String> _requestHeaders;
    private String _requestEntity;
    private int _responseCode;
    private String _responseEntity;

    private List<Exception> _exceptions;
    private String _additionalInfo;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



