Class LogReportConfigurationType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class LogReportConfigurationType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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:
    Serialized Form
    • Field Detail

      • expiryTime

        protected Double expiryTime
      • uploadUri

        protected String uploadUri
      • certificate

        protected String certificate
      • clientKey

        protected String clientKey
      • clientCertificate

        protected List<String> clientCertificate
    • Constructor Detail

      • LogReportConfigurationType

        public LogReportConfigurationType()
    • Method Detail

      • 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

      • isSetClientCertificate

        public boolean isSetClientCertificate()
      • unsetClientCertificate

        public void unsetClientCertificate()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object