Package com.vidispine.generated
Class LogReportConfigurationType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogReportConfigurationType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
certificate
protected List<String>
clientCertificate
protected String
clientKey
protected Double
expiryTime
protected String
path
protected String
uploadUri
-
Constructor Summary
Constructors Constructor Description LogReportConfigurationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getCertificate()
Gets the value of the certificate property.List<String>
getClientCertificate()
Gets the value of the clientCertificate property.String
getClientKey()
Gets the value of the clientKey property.Double
getExpiryTime()
Gets the value of the expiryTime property.String
getPath()
Gets the value of the path property.String
getUploadUri()
Gets the value of the uploadUri property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCertificate()
boolean
isSetClientCertificate()
boolean
isSetClientKey()
boolean
isSetExpiryTime()
boolean
isSetPath()
boolean
isSetUploadUri()
void
setCertificate(String value)
Sets the value of the certificate property.void
setClientKey(String value)
Sets the value of the clientKey property.void
setExpiryTime(Double value)
Sets the value of the expiryTime property.void
setPath(String value)
Sets the value of the path property.void
setUploadUri(String value)
Sets the value of the uploadUri property.void
unsetClientCertificate()
LogReportConfigurationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LogReportConfigurationType
withCertificate(String value)
LogReportConfigurationType
withClientCertificate(String... values)
LogReportConfigurationType
withClientCertificate(Collection<String> values)
LogReportConfigurationType
withClientKey(String value)
LogReportConfigurationType
withExpiryTime(Double value)
LogReportConfigurationType
withPath(String value)
LogReportConfigurationType
withUploadUri(String value)
-
-
-
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 isString
-
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 isDouble
-
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 isString
-
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 isString
-
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 isString
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withPath
public LogReportConfigurationType withPath(String value)
-
withExpiryTime
public LogReportConfigurationType withExpiryTime(Double value)
-
withUploadUri
public LogReportConfigurationType withUploadUri(String value)
-
withCertificate
public LogReportConfigurationType withCertificate(String value)
-
withClientKey
public LogReportConfigurationType withClientKey(String value)
-
withClientCertificate
public LogReportConfigurationType withClientCertificate(String... values)
-
withClientCertificate
public LogReportConfigurationType withClientCertificate(Collection<String> values)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public LogReportConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-