Class AuditLogEntryType

java.lang.Object
com.vidispine.generated.AuditLogEntryType
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class AuditLogEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

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"/>
         <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
       <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • username

      protected String username
    • method

      protected String method
    • path

      protected String path
    • queryParameters

      protected String queryParameters
    • matrixParameters

      protected String matrixParameters
    • runAs

      protected String runAs
    • contentType

      protected String contentType
    • contentLength

      protected String contentLength
    • body

      protected String body
    • responseCode

      protected Integer responseCode
    • timestamp

      protected XMLGregorianCalendar timestamp
  • Constructor Details

    • AuditLogEntryType

      public AuditLogEntryType()
  • Method Details

    • getUsername

      public String getUsername()
      Gets the value of the username property.
      Returns:
      possible object is String
    • setUsername

      public void setUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
    • isSetUsername

      public boolean isSetUsername()
    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

      public void setMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
    • isSetMethod

      public boolean isSetMethod()
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • isSetPath

      public boolean isSetPath()
    • getQueryParameters

      public String getQueryParameters()
      Gets the value of the queryParameters property.
      Returns:
      possible object is String
    • setQueryParameters

      public void setQueryParameters(String value)
      Sets the value of the queryParameters property.
      Parameters:
      value - allowed object is String
    • isSetQueryParameters

      public boolean isSetQueryParameters()
    • getMatrixParameters

      public String getMatrixParameters()
      Gets the value of the matrixParameters property.
      Returns:
      possible object is String
    • setMatrixParameters

      public void setMatrixParameters(String value)
      Sets the value of the matrixParameters property.
      Parameters:
      value - allowed object is String
    • isSetMatrixParameters

      public boolean isSetMatrixParameters()
    • getRunAs

      public String getRunAs()
      Gets the value of the runAs property.
      Returns:
      possible object is String
    • setRunAs

      public void setRunAs(String value)
      Sets the value of the runAs property.
      Parameters:
      value - allowed object is String
    • isSetRunAs

      public boolean isSetRunAs()
    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

      public void setContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
    • isSetContentType

      public boolean isSetContentType()
    • getContentLength

      public String getContentLength()
      Gets the value of the contentLength property.
      Returns:
      possible object is String
    • setContentLength

      public void setContentLength(String value)
      Sets the value of the contentLength property.
      Parameters:
      value - allowed object is String
    • isSetContentLength

      public boolean isSetContentLength()
    • getBody

      public String getBody()
      Gets the value of the body property.
      Returns:
      possible object is String
    • setBody

      public void setBody(String value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is String
    • isSetBody

      public boolean isSetBody()
    • getResponseCode

      public Integer getResponseCode()
      Gets the value of the responseCode property.
      Returns:
      possible object is Integer
    • setResponseCode

      public void setResponseCode(Integer value)
      Sets the value of the responseCode property.
      Parameters:
      value - allowed object is Integer
    • isSetResponseCode

      public boolean isSetResponseCode()
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetTimestamp

      public boolean isSetTimestamp()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withUsername

      public AuditLogEntryType withUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMethod

      public AuditLogEntryType withMethod(String value)
      Sets the value of the method property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPath

      public AuditLogEntryType withPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withQueryParameters

      public AuditLogEntryType withQueryParameters(String value)
      Sets the value of the queryParameters property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMatrixParameters

      public AuditLogEntryType withMatrixParameters(String value)
      Sets the value of the matrixParameters property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRunAs

      public AuditLogEntryType withRunAs(String value)
      Sets the value of the runAs property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withContentType

      public AuditLogEntryType withContentType(String value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withContentLength

      public AuditLogEntryType withContentLength(String value)
      Sets the value of the contentLength property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBody

      public AuditLogEntryType withBody(String value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withResponseCode

      public AuditLogEntryType withResponseCode(Integer value)
      Sets the value of the responseCode property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withTimestamp

      public AuditLogEntryType withTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public AuditLogEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString