Class BugCollection.BugInstance.UserAnnotation
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.BugInstance.UserAnnotation
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.UserAnnotation extends java.lang.ObjectJava class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="designation" type="{}designationType" /> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="needsSync" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DesignationTypedesignationprotected java.lang.BooleanneedsSyncprotected java.math.BigIntegertimestampprotected java.lang.Stringuserprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description UserAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DesignationTypegetDesignation()Gets the value of the designation property.java.math.BigIntegergetTimestamp()Gets the value of the timestamp property.java.lang.StringgetUser()Gets the value of the user property.java.lang.StringgetValue()Gets the value of the value property.java.lang.BooleanisNeedsSync()Gets the value of the needsSync property.voidsetDesignation(DesignationType value)Sets the value of the designation property.voidsetNeedsSync(java.lang.Boolean value)Sets the value of the needsSync property.voidsetTimestamp(java.math.BigInteger value)Sets the value of the timestamp property.voidsetUser(java.lang.String value)Sets the value of the user property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
designation
protected DesignationType designation
-
user
protected java.lang.String user
-
needsSync
protected java.lang.Boolean needsSync
-
timestamp
protected java.math.BigInteger timestamp
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDesignation
public DesignationType getDesignation()
Gets the value of the designation property.- Returns:
- possible object is
DesignationType
-
setDesignation
public void setDesignation(DesignationType value)
Sets the value of the designation property.- Parameters:
value- allowed object isDesignationType
-
getUser
public java.lang.String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(java.lang.String value)
Sets the value of the user property.- Parameters:
value- allowed object isString
-
isNeedsSync
public java.lang.Boolean isNeedsSync()
Gets the value of the needsSync property.- Returns:
- possible object is
Boolean
-
setNeedsSync
public void setNeedsSync(java.lang.Boolean value)
Sets the value of the needsSync property.- Parameters:
value- allowed object isBoolean
-
getTimestamp
public java.math.BigInteger getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
BigInteger
-
setTimestamp
public void setTimestamp(java.math.BigInteger value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isBigInteger
-
-