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.
|
AuditLogEntryType |
withBody(String value) |
AuditLogEntryType |
withContentLength(String value) |
AuditLogEntryType |
withContentType(String value) |
AuditLogEntryType |
withMatrixParameters(String value) |
AuditLogEntryType |
withMethod(String value) |
AuditLogEntryType |
withPath(String value) |
AuditLogEntryType |
withQueryParameters(String value) |
AuditLogEntryType |
withRunAs(String value) |
AuditLogEntryType |
withTimestamp(XMLGregorianCalendar value) |
AuditLogEntryType |
withUsername(String value) |
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()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic boolean isSetMethod()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getQueryParameters()
Stringpublic void setQueryParameters(String value)
value - allowed object is
Stringpublic boolean isSetQueryParameters()
public String getMatrixParameters()
Stringpublic void setMatrixParameters(String value)
value - allowed object is
Stringpublic boolean isSetMatrixParameters()
public String getRunAs()
Stringpublic void setRunAs(String value)
value - allowed object is
Stringpublic boolean isSetRunAs()
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getContentLength()
Stringpublic void setContentLength(String value)
value - allowed object is
Stringpublic boolean isSetContentLength()
public String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic boolean isSetBody()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AuditLogEntryType withUsername(String value)
public AuditLogEntryType withMethod(String value)
public AuditLogEntryType withPath(String value)
public AuditLogEntryType withQueryParameters(String value)
public AuditLogEntryType withMatrixParameters(String value)
public AuditLogEntryType withRunAs(String value)
public AuditLogEntryType withContentType(String value)
public AuditLogEntryType withContentLength(String value)
public AuditLogEntryType withBody(String value)
public AuditLogEntryType withTimestamp(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.