public class LogReportConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
LogReportConfigurationType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
certificate |
protected List<String> |
clientCertificate |
protected String |
clientKey |
protected Double |
expiryTime |
protected String |
path |
protected String |
uploadUri |
Constructor and Description |
---|
LogReportConfigurationType() |
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() |
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.EqualsStrategy 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.
|
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(Collection<String> values) |
LogReportConfigurationType |
withClientCertificate(String... values) |
LogReportConfigurationType |
withClientKey(String value) |
LogReportConfigurationType |
withExpiryTime(Double value) |
LogReportConfigurationType |
withPath(String value) |
LogReportConfigurationType |
withUploadUri(String value) |
protected String path
protected Double expiryTime
protected String uploadUri
protected String certificate
protected String clientKey
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public Double getExpiryTime()
Double
public void setExpiryTime(Double value)
value
- allowed object is
Double
public boolean isSetExpiryTime()
public String getUploadUri()
String
public void setUploadUri(String value)
value
- allowed object is
String
public boolean isSetUploadUri()
public String getCertificate()
String
public void setCertificate(String value)
value
- allowed object is
String
public boolean isSetCertificate()
public String getClientKey()
String
public void setClientKey(String value)
value
- allowed object is
String
public boolean isSetClientKey()
public List<String> getClientCertificate()
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
public boolean isSetClientCertificate()
public void unsetClientCertificate()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public LogReportConfigurationType withPath(String value)
public LogReportConfigurationType withExpiryTime(Double value)
public LogReportConfigurationType withUploadUri(String value)
public LogReportConfigurationType withCertificate(String value)
public LogReportConfigurationType withClientKey(String value)
public LogReportConfigurationType withClientCertificate(String... values)
public LogReportConfigurationType withClientCertificate(Collection<String> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public LogReportConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.