public class AuditLogEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AuditLogEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditLogEntryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="queryParameters" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="matrixParameters" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="runAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contentLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
body |
protected String |
contentLength |
protected String |
contentType |
protected String |
matrixParameters |
protected String |
method |
protected String |
path |
protected String |
queryParameters |
protected String |
runAs |
protected XMLGregorianCalendar |
timestamp |
protected String |
username |
Constructor and Description |
---|
AuditLogEntryType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getBody()
Gets the value of the body property.
|
String |
getContentLength()
Gets the value of the contentLength property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getMatrixParameters()
Gets the value of the matrixParameters property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getQueryParameters()
Gets the value of the queryParameters property.
|
String |
getRunAs()
Gets the value of the runAs property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetBody() |
boolean |
isSetContentLength() |
boolean |
isSetContentType() |
boolean |
isSetMatrixParameters() |
boolean |
isSetMethod() |
boolean |
isSetPath() |
boolean |
isSetQueryParameters() |
boolean |
isSetRunAs() |
boolean |
isSetTimestamp() |
boolean |
isSetUsername() |
void |
setBody(String value)
Sets the value of the body property.
|
void |
setContentLength(String value)
Sets the value of the contentLength property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setMatrixParameters(String value)
Sets the value of the matrixParameters property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setQueryParameters(String value)
Sets the value of the queryParameters property.
|
void |
setRunAs(String value)
Sets the value of the runAs property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected String username
protected String method
protected String path
protected String queryParameters
protected String matrixParameters
protected String runAs
protected String contentType
protected String contentLength
protected String body
protected XMLGregorianCalendar timestamp
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getMethod()
String
public void setMethod(String value)
value
- allowed object is
String
public boolean isSetMethod()
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public String getQueryParameters()
String
public void setQueryParameters(String value)
value
- allowed object is
String
public boolean isSetQueryParameters()
public String getMatrixParameters()
String
public void setMatrixParameters(String value)
value
- allowed object is
String
public boolean isSetMatrixParameters()
public String getRunAs()
String
public void setRunAs(String value)
value
- allowed object is
String
public boolean isSetRunAs()
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public boolean isSetContentType()
public String getContentLength()
String
public void setContentLength(String value)
value
- allowed object is
String
public boolean isSetContentLength()
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public boolean isSetBody()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.