@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiAudit extends Object
Constructor and Description |
---|
ApiAudit() |
Modifier and Type | Method and Description |
---|---|
ApiAudit |
allowed(Boolean allowed) |
ApiAudit |
command(String command) |
boolean |
equals(Object o) |
Boolean |
getAllowed()
Whether the operation was allowed or denied by the authorization system.
|
String |
getCommand()
The command/operation that was requested.
|
String |
getImpersonator()
The impersonating user (or the proxy user) who submitted this operation.
|
String |
getIpAddress()
The IP address that the client connected from.
|
String |
getOperationText()
The full text of the requested operation.
|
String |
getResource()
The resource that the operation was performed on.
|
String |
getService()
Service name associated with this audit.
|
String |
getTimestamp()
When the audit event was captured.
|
String |
getUsername()
The user who performed this operation.
|
int |
hashCode() |
ApiAudit |
impersonator(String impersonator) |
ApiAudit |
ipAddress(String ipAddress) |
ApiAudit |
operationText(String operationText) |
ApiAudit |
resource(String resource) |
ApiAudit |
service(String service) |
void |
setAllowed(Boolean allowed) |
void |
setCommand(String command) |
void |
setImpersonator(String impersonator) |
void |
setIpAddress(String ipAddress) |
void |
setOperationText(String operationText) |
void |
setResource(String resource) |
void |
setService(String service) |
void |
setTimestamp(String timestamp) |
void |
setUsername(String username) |
ApiAudit |
timestamp(String timestamp) |
String |
toString() |
ApiAudit |
username(String username) |
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getService()
public void setService(String service)
public String getUsername()
public void setUsername(String username)
public String getImpersonator()
public void setImpersonator(String impersonator)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public String getCommand()
public void setCommand(String command)
public String getResource()
public void setResource(String resource)
public String getOperationText()
public void setOperationText(String operationText)
public Boolean getAllowed()
public void setAllowed(Boolean allowed)
Copyright © 2019. All rights reserved.