Class BugCollection.History.AppVersion
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.History.AppVersion
-
- Enclosing class:
- BugCollection.History
public static class BugCollection.History.AppVersion 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"> <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="release" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codeSize" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="numClasses" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected longcodeSizeprotected longnumClassesprotected Stringreleaseprotected longsequenceprotected BigIntegertimestamp
-
Constructor Summary
Constructors Constructor Description AppVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCodeSize()Gets the value of the codeSize property.longgetNumClasses()Gets the value of the numClasses property.StringgetRelease()Gets the value of the release property.longgetSequence()Gets the value of the sequence property.BigIntegergetTimestamp()Gets the value of the timestamp property.voidsetCodeSize(long value)Sets the value of the codeSize property.voidsetNumClasses(long value)Sets the value of the numClasses property.voidsetRelease(String value)Sets the value of the release property.voidsetSequence(long value)Sets the value of the sequence property.voidsetTimestamp(BigInteger value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
sequence
protected long sequence
-
timestamp
protected BigInteger timestamp
-
release
protected String release
-
codeSize
protected long codeSize
-
numClasses
protected long numClasses
-
-
Method Detail
-
getSequence
public long getSequence()
Gets the value of the sequence property.
-
setSequence
public void setSequence(long value)
Sets the value of the sequence property.
-
getTimestamp
public BigInteger getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
BigInteger
-
setTimestamp
public void setTimestamp(BigInteger value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isBigInteger
-
getRelease
public String getRelease()
Gets the value of the release property.- Returns:
- possible object is
String
-
setRelease
public void setRelease(String value)
Sets the value of the release property.- Parameters:
value- allowed object isString
-
getCodeSize
public long getCodeSize()
Gets the value of the codeSize property.
-
setCodeSize
public void setCodeSize(long value)
Sets the value of the codeSize property.
-
getNumClasses
public long getNumClasses()
Gets the value of the numClasses property.
-
setNumClasses
public void setNumClasses(long value)
Sets the value of the numClasses property.
-
-