Class LogReportConfigurationType

java.lang.Object
com.vidispine.generated.LogReportConfigurationType
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 LogReportConfigurationType 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 LogReportConfigurationType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="LogReportConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expiryTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="uploadUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="clientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="clientCertificate" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • path

      protected String path
    • expiryTime

      protected Double expiryTime
    • uploadUri

      protected String uploadUri
    • certificate

      protected String certificate
    • clientKey

      protected String clientKey
    • clientCertificate

      protected List<String> clientCertificate
  • Constructor Details

    • LogReportConfigurationType

      public LogReportConfigurationType()
  • Method Details

    • 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()
    • getExpiryTime

      public Double getExpiryTime()
      Gets the value of the expiryTime property.
      Returns:
      possible object is Double
    • setExpiryTime

      public void setExpiryTime(Double value)
      Sets the value of the expiryTime property.
      Parameters:
      value - allowed object is Double
    • isSetExpiryTime

      public boolean isSetExpiryTime()
    • getUploadUri

      public String getUploadUri()
      Gets the value of the uploadUri property.
      Returns:
      possible object is String
    • setUploadUri

      public void setUploadUri(String value)
      Sets the value of the uploadUri property.
      Parameters:
      value - allowed object is String
    • isSetUploadUri

      public boolean isSetUploadUri()
    • getCertificate

      public String getCertificate()
      Gets the value of the certificate property.
      Returns:
      possible object is String
    • setCertificate

      public void setCertificate(String value)
      Sets the value of the certificate property.
      Parameters:
      value - allowed object is String
    • isSetCertificate

      public boolean isSetCertificate()
    • getClientKey

      public String getClientKey()
      Gets the value of the clientKey property.
      Returns:
      possible object is String
    • setClientKey

      public void setClientKey(String value)
      Sets the value of the clientKey property.
      Parameters:
      value - allowed object is String
    • isSetClientKey

      public boolean isSetClientKey()
    • getClientCertificate

      public List<String> getClientCertificate()
      Gets the value of the clientCertificate property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clientCertificate property.

      For example, to add a new item, do as follows:

       getClientCertificate().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the clientCertificate property.
    • isSetClientCertificate

      public boolean isSetClientCertificate()
    • unsetClientCertificate

      public void unsetClientCertificate()
    • 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
    • withPath

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

      public LogReportConfigurationType withExpiryTime(Double value)
      Sets the value of the expiryTime property.
      Parameters:
      value - allowed object is Double
      Returns:
      The class instance
    • withUploadUri

      public LogReportConfigurationType withUploadUri(String value)
      Sets the value of the uploadUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCertificate

      public LogReportConfigurationType withCertificate(String value)
      Sets the value of the certificate property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withClientKey

      public LogReportConfigurationType withClientKey(String value)
      Sets the value of the clientKey property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withClientCertificate

      public LogReportConfigurationType withClientCertificate(String... values)
      Adds objects to the list of ClientCertificate using add method
      Parameters:
      values - objects to add to the list ClientCertificate
      Returns:
      The class instance
    • withClientCertificate

      public LogReportConfigurationType withClientCertificate(Collection<String> values)
      Adds objects to the list of ClientCertificate using addAll method
      Parameters:
      values - objects to add to the list ClientCertificate
      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 LogReportConfigurationType 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