public class Buildinfo extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="build" type="{https://analysiscenter.veracode.com/schema/4.0/buildinfo}BuildType"/>
</sequence>
<attribute name="buildinfo_version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="account_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="app_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="build_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
accountId |
protected long |
appId |
protected BuildType |
build |
protected long |
buildId |
protected String |
buildinfoVersion |
| Constructor and Description |
|---|
Buildinfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Gets the value of the accountId property.
|
long |
getAppId()
Gets the value of the appId property.
|
BuildType |
getBuild()
Gets the value of the build property.
|
long |
getBuildId()
Gets the value of the buildId property.
|
String |
getBuildinfoVersion()
Gets the value of the buildinfoVersion property.
|
void |
setAccountId(long value)
Sets the value of the accountId property.
|
void |
setAppId(long value)
Sets the value of the appId property.
|
void |
setBuild(BuildType value)
Sets the value of the build property.
|
void |
setBuildId(long value)
Sets the value of the buildId property.
|
void |
setBuildinfoVersion(String value)
Sets the value of the buildinfoVersion property.
|
protected BuildType build
protected String buildinfoVersion
protected long accountId
protected long appId
protected long buildId
public BuildType getBuild()
BuildTypepublic void setBuild(BuildType value)
value - allowed object is
BuildTypepublic String getBuildinfoVersion()
Stringpublic void setBuildinfoVersion(String value)
value - allowed object is
Stringpublic long getAccountId()
public void setAccountId(long value)
public long getAppId()
public void setAppId(long value)
public long getBuildId()
public void setBuildId(long value)
Copyright © 2004-2013. All Rights Reserved.