public class StreamSpecDataObj extends Object
Java class for streamSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allowCommitWithoutPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="analysisVersionOverride" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="autoDeleteOnExpiry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="componentMapId" type="{http://ws.coverity.com/v9}componentMapIdDataObj" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enableDesktopAnalysis" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outdated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pluginVersionOverride" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleAssignments" type="{http://ws.coverity.com/v9}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="summaryExpirationDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="triageStoreId" type="{http://ws.coverity.com/v9}triageStoreIdDataObj" minOccurs="0"/>
<element name="versionMismatchMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowCommitWithoutPassword |
protected String |
analysisVersionOverride |
protected Boolean |
autoDeleteOnExpiry |
protected ComponentMapIdDataObj |
componentMapId |
protected String |
description |
protected Boolean |
enableDesktopAnalysis |
protected String |
language |
protected String |
name |
protected Boolean |
outdated |
protected String |
pluginVersionOverride |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected Integer |
summaryExpirationDays |
protected TriageStoreIdDataObj |
triageStoreId |
protected String |
versionMismatchMessage |
| Constructor and Description |
|---|
StreamSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisVersionOverride()
Gets the value of the analysisVersionOverride property.
|
ComponentMapIdDataObj |
getComponentMapId()
Gets the value of the componentMapId property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPluginVersionOverride()
Gets the value of the pluginVersionOverride property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
Integer |
getSummaryExpirationDays()
Gets the value of the summaryExpirationDays property.
|
TriageStoreIdDataObj |
getTriageStoreId()
Gets the value of the triageStoreId property.
|
String |
getVersionMismatchMessage()
Gets the value of the versionMismatchMessage property.
|
Boolean |
isAllowCommitWithoutPassword()
Gets the value of the allowCommitWithoutPassword property.
|
Boolean |
isAutoDeleteOnExpiry()
Gets the value of the autoDeleteOnExpiry property.
|
Boolean |
isEnableDesktopAnalysis()
Gets the value of the enableDesktopAnalysis property.
|
Boolean |
isOutdated()
Gets the value of the outdated property.
|
void |
setAllowCommitWithoutPassword(Boolean value)
Sets the value of the allowCommitWithoutPassword property.
|
void |
setAnalysisVersionOverride(String value)
Sets the value of the analysisVersionOverride property.
|
void |
setAutoDeleteOnExpiry(Boolean value)
Sets the value of the autoDeleteOnExpiry property.
|
void |
setComponentMapId(ComponentMapIdDataObj value)
Sets the value of the componentMapId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnableDesktopAnalysis(Boolean value)
Sets the value of the enableDesktopAnalysis property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutdated(Boolean value)
Sets the value of the outdated property.
|
void |
setPluginVersionOverride(String value)
Sets the value of the pluginVersionOverride property.
|
void |
setSummaryExpirationDays(Integer value)
Sets the value of the summaryExpirationDays property.
|
void |
setTriageStoreId(TriageStoreIdDataObj value)
Sets the value of the triageStoreId property.
|
void |
setVersionMismatchMessage(String value)
Sets the value of the versionMismatchMessage property.
|
protected Boolean allowCommitWithoutPassword
protected String analysisVersionOverride
protected Boolean autoDeleteOnExpiry
protected ComponentMapIdDataObj componentMapId
protected String description
protected Boolean enableDesktopAnalysis
protected String language
protected String name
protected Boolean outdated
protected String pluginVersionOverride
protected List<RoleAssignmentDataObj> roleAssignments
protected Integer summaryExpirationDays
protected TriageStoreIdDataObj triageStoreId
protected String versionMismatchMessage
public Boolean isAllowCommitWithoutPassword()
Booleanpublic void setAllowCommitWithoutPassword(Boolean value)
value - allowed object is
Booleanpublic String getAnalysisVersionOverride()
Stringpublic void setAnalysisVersionOverride(String value)
value - allowed object is
Stringpublic Boolean isAutoDeleteOnExpiry()
Booleanpublic void setAutoDeleteOnExpiry(Boolean value)
value - allowed object is
Booleanpublic ComponentMapIdDataObj getComponentMapId()
ComponentMapIdDataObjpublic void setComponentMapId(ComponentMapIdDataObj value)
value - allowed object is
ComponentMapIdDataObjpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isEnableDesktopAnalysis()
Booleanpublic void setEnableDesktopAnalysis(Boolean value)
value - allowed object is
Booleanpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isOutdated()
Booleanpublic void setOutdated(Boolean value)
value - allowed object is
Booleanpublic String getPluginVersionOverride()
Stringpublic void setPluginVersionOverride(String value)
value - allowed object is
Stringpublic List<RoleAssignmentDataObj> getRoleAssignments()
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 roleAssignments property.
For example, to add a new item, do as follows:
getRoleAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
RoleAssignmentDataObj
public Integer getSummaryExpirationDays()
Integerpublic void setSummaryExpirationDays(Integer value)
value - allowed object is
Integerpublic TriageStoreIdDataObj getTriageStoreId()
TriageStoreIdDataObjpublic void setTriageStoreId(TriageStoreIdDataObj value)
value - allowed object is
TriageStoreIdDataObjpublic String getVersionMismatchMessage()
StringCopyright © 2016–2019. All rights reserved.