public class SnapshotInfoDataObj extends Object
Java class for snapshotInfoDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="snapshotInfoDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="analysisCommandLine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="analysisConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="analysisHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="analysisInternalVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="analysisTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="analysisVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="anaysisIntermediateDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="buildCommandLine" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="buildConfiguration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="buildHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="buildIntermediateDir" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="buildTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="commitUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enabledCheckers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="snapshotId" type="{http://ws.coverity.com/v5}snapshotIdDataObj"/>
<element name="sourceVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="target" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysisCommandLine |
protected String |
analysisConfiguration |
protected String |
analysisHost |
protected String |
analysisInternalVersion |
protected Long |
analysisTime |
protected String |
analysisVersion |
protected String |
anaysisIntermediateDir |
protected String |
buildCommandLine |
protected String |
buildConfiguration |
protected String |
buildHost |
protected String |
buildIntermediateDir |
protected Long |
buildTime |
protected String |
commitUser |
protected XMLGregorianCalendar |
dateCreated |
protected String |
description |
protected List<String> |
enabledCheckers |
protected SnapshotIdDataObj |
snapshotId |
protected String |
sourceVersion |
protected String |
target |
| Constructor and Description |
|---|
SnapshotInfoDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisCommandLine()
Gets the value of the analysisCommandLine property.
|
String |
getAnalysisConfiguration()
Gets the value of the analysisConfiguration property.
|
String |
getAnalysisHost()
Gets the value of the analysisHost property.
|
String |
getAnalysisInternalVersion()
Gets the value of the analysisInternalVersion property.
|
Long |
getAnalysisTime()
Gets the value of the analysisTime property.
|
String |
getAnalysisVersion()
Gets the value of the analysisVersion property.
|
String |
getAnaysisIntermediateDir()
Gets the value of the anaysisIntermediateDir property.
|
String |
getBuildCommandLine()
Gets the value of the buildCommandLine property.
|
String |
getBuildConfiguration()
Gets the value of the buildConfiguration property.
|
String |
getBuildHost()
Gets the value of the buildHost property.
|
String |
getBuildIntermediateDir()
Gets the value of the buildIntermediateDir property.
|
Long |
getBuildTime()
Gets the value of the buildTime property.
|
String |
getCommitUser()
Gets the value of the commitUser property.
|
XMLGregorianCalendar |
getDateCreated()
Gets the value of the dateCreated property.
|
String |
getDescription()
Gets the value of the description property.
|
List<String> |
getEnabledCheckers()
Gets the value of the enabledCheckers property.
|
SnapshotIdDataObj |
getSnapshotId()
Gets the value of the snapshotId property.
|
String |
getSourceVersion()
Gets the value of the sourceVersion property.
|
String |
getTarget()
Gets the value of the target property.
|
void |
setAnalysisCommandLine(String value)
Sets the value of the analysisCommandLine property.
|
void |
setAnalysisConfiguration(String value)
Sets the value of the analysisConfiguration property.
|
void |
setAnalysisHost(String value)
Sets the value of the analysisHost property.
|
void |
setAnalysisInternalVersion(String value)
Sets the value of the analysisInternalVersion property.
|
void |
setAnalysisTime(Long value)
Sets the value of the analysisTime property.
|
void |
setAnalysisVersion(String value)
Sets the value of the analysisVersion property.
|
void |
setAnaysisIntermediateDir(String value)
Sets the value of the anaysisIntermediateDir property.
|
void |
setBuildCommandLine(String value)
Sets the value of the buildCommandLine property.
|
void |
setBuildConfiguration(String value)
Sets the value of the buildConfiguration property.
|
void |
setBuildHost(String value)
Sets the value of the buildHost property.
|
void |
setBuildIntermediateDir(String value)
Sets the value of the buildIntermediateDir property.
|
void |
setBuildTime(Long value)
Sets the value of the buildTime property.
|
void |
setCommitUser(String value)
Sets the value of the commitUser property.
|
void |
setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setSnapshotId(SnapshotIdDataObj value)
Sets the value of the snapshotId property.
|
void |
setSourceVersion(String value)
Sets the value of the sourceVersion property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
protected String analysisCommandLine
protected String analysisConfiguration
protected String analysisHost
protected String analysisInternalVersion
protected Long analysisTime
protected String analysisVersion
protected String anaysisIntermediateDir
protected String buildCommandLine
protected String buildConfiguration
protected String buildHost
protected String buildIntermediateDir
protected Long buildTime
protected String commitUser
protected XMLGregorianCalendar dateCreated
protected String description
protected SnapshotIdDataObj snapshotId
protected String sourceVersion
protected String target
public String getAnalysisCommandLine()
Stringpublic void setAnalysisCommandLine(String value)
value - allowed object is
Stringpublic String getAnalysisConfiguration()
Stringpublic void setAnalysisConfiguration(String value)
value - allowed object is
Stringpublic String getAnalysisHost()
Stringpublic void setAnalysisHost(String value)
value - allowed object is
Stringpublic String getAnalysisInternalVersion()
Stringpublic void setAnalysisInternalVersion(String value)
value - allowed object is
Stringpublic Long getAnalysisTime()
Longpublic void setAnalysisTime(Long value)
value - allowed object is
Longpublic String getAnalysisVersion()
Stringpublic void setAnalysisVersion(String value)
value - allowed object is
Stringpublic String getAnaysisIntermediateDir()
Stringpublic void setAnaysisIntermediateDir(String value)
value - allowed object is
Stringpublic String getBuildCommandLine()
Stringpublic void setBuildCommandLine(String value)
value - allowed object is
Stringpublic String getBuildConfiguration()
Stringpublic void setBuildConfiguration(String value)
value - allowed object is
Stringpublic String getBuildHost()
Stringpublic void setBuildHost(String value)
value - allowed object is
Stringpublic String getBuildIntermediateDir()
Stringpublic void setBuildIntermediateDir(String value)
value - allowed object is
Stringpublic Long getBuildTime()
Longpublic void setBuildTime(Long value)
value - allowed object is
Longpublic String getCommitUser()
Stringpublic void setCommitUser(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateCreated()
XMLGregorianCalendarpublic void setDateCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<String> getEnabledCheckers()
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 enabledCheckers property.
For example, to add a new item, do as follows:
getEnabledCheckers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public SnapshotIdDataObj getSnapshotId()
SnapshotIdDataObjpublic void setSnapshotId(SnapshotIdDataObj value)
value - allowed object is
SnapshotIdDataObjpublic String getSourceVersion()
Stringpublic void setSourceVersion(String value)
value - allowed object is
Stringpublic String getTarget()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.