Class BugCollection.FindBugsSummary.FindBugsProfile.ClassProfile
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.FindBugsProfile.ClassProfile
-
- Enclosing class:
- BugCollection.FindBugsSummary.FindBugsProfile
public static class BugCollection.FindBugsSummary.FindBugsProfile.ClassProfile 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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="invocations" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="avgMicrosecondsPerInvocation" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="maxMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="maxContext" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="standardDeviationMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected longavgMicrosecondsPerInvocationprotected longinvocationsprotected StringmaxContextprotected LongmaxMicrosecondsPerInvocationprotected Stringnameprotected LongstandardDeviationMicrosecondsPerInvocationprotected longtotalMilliseconds
-
Constructor Summary
Constructors Constructor Description ClassProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAvgMicrosecondsPerInvocation()Gets the value of the avgMicrosecondsPerInvocation property.longgetInvocations()Gets the value of the invocations property.StringgetMaxContext()Gets the value of the maxContext property.LonggetMaxMicrosecondsPerInvocation()Gets the value of the maxMicrosecondsPerInvocation property.StringgetName()Gets the value of the name property.LonggetStandardDeviationMicrosecondsPerInvocation()Gets the value of the standardDeviationMicrosecondsPerInvocation property.longgetTotalMilliseconds()Gets the value of the totalMilliseconds property.voidsetAvgMicrosecondsPerInvocation(long value)Sets the value of the avgMicrosecondsPerInvocation property.voidsetInvocations(long value)Sets the value of the invocations property.voidsetMaxContext(String value)Sets the value of the maxContext property.voidsetMaxMicrosecondsPerInvocation(Long value)Sets the value of the maxMicrosecondsPerInvocation property.voidsetName(String value)Sets the value of the name property.voidsetStandardDeviationMicrosecondsPerInvocation(Long value)Sets the value of the standardDeviationMicrosecondsPerInvocation property.voidsetTotalMilliseconds(long value)Sets the value of the totalMilliseconds property.
-
-
-
Field Detail
-
name
protected String name
-
totalMilliseconds
protected long totalMilliseconds
-
invocations
protected long invocations
-
avgMicrosecondsPerInvocation
protected long avgMicrosecondsPerInvocation
-
maxMicrosecondsPerInvocation
protected Long maxMicrosecondsPerInvocation
-
maxContext
protected String maxContext
-
standardDeviationMicrosecondsPerInvocation
protected Long standardDeviationMicrosecondsPerInvocation
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTotalMilliseconds
public long getTotalMilliseconds()
Gets the value of the totalMilliseconds property.
-
setTotalMilliseconds
public void setTotalMilliseconds(long value)
Sets the value of the totalMilliseconds property.
-
getInvocations
public long getInvocations()
Gets the value of the invocations property.
-
setInvocations
public void setInvocations(long value)
Sets the value of the invocations property.
-
getAvgMicrosecondsPerInvocation
public long getAvgMicrosecondsPerInvocation()
Gets the value of the avgMicrosecondsPerInvocation property.
-
setAvgMicrosecondsPerInvocation
public void setAvgMicrosecondsPerInvocation(long value)
Sets the value of the avgMicrosecondsPerInvocation property.
-
getMaxMicrosecondsPerInvocation
public Long getMaxMicrosecondsPerInvocation()
Gets the value of the maxMicrosecondsPerInvocation property.- Returns:
- possible object is
Long
-
setMaxMicrosecondsPerInvocation
public void setMaxMicrosecondsPerInvocation(Long value)
Sets the value of the maxMicrosecondsPerInvocation property.- Parameters:
value- allowed object isLong
-
getMaxContext
public String getMaxContext()
Gets the value of the maxContext property.- Returns:
- possible object is
String
-
setMaxContext
public void setMaxContext(String value)
Sets the value of the maxContext property.- Parameters:
value- allowed object isString
-
getStandardDeviationMicrosecondsPerInvocation
public Long getStandardDeviationMicrosecondsPerInvocation()
Gets the value of the standardDeviationMicrosecondsPerInvocation property.- Returns:
- possible object is
Long
-
-