Class ClassProfileType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.ClassProfileType
-
public class ClassProfileType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringavgMicrosecondsPerInvocationprotected java.lang.Stringinvocationsprotected java.lang.StringmaxMicrosecondsPerInvocationprotected java.lang.Stringnameprotected java.lang.StringstandardDeviationMircosecondsPerInvocationprotected java.lang.StringtotalMillisecondsprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description ClassProfileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAvgMicrosecondsPerInvocation()Gets the value of the avgMicrosecondsPerInvocation property.java.lang.StringgetInvocations()Gets the value of the invocations property.java.lang.StringgetMaxMicrosecondsPerInvocation()Gets the value of the maxMicrosecondsPerInvocation property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetStandardDeviationMircosecondsPerInvocation()Gets the value of the standardDeviationMircosecondsPerInvocation property.java.lang.StringgetTotalMilliseconds()Gets the value of the totalMilliseconds property.java.lang.StringgetValue()Gets the value of the value property.voidsetAvgMicrosecondsPerInvocation(java.lang.String value)Sets the value of the avgMicrosecondsPerInvocation property.voidsetInvocations(java.lang.String value)Sets the value of the invocations property.voidsetMaxMicrosecondsPerInvocation(java.lang.String value)Sets the value of the maxMicrosecondsPerInvocation property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetStandardDeviationMircosecondsPerInvocation(java.lang.String value)Sets the value of the standardDeviationMircosecondsPerInvocation property.voidsetTotalMilliseconds(java.lang.String value)Sets the value of the totalMilliseconds property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
name
protected java.lang.String name
-
totalMilliseconds
protected java.lang.String totalMilliseconds
-
invocations
protected java.lang.String invocations
-
avgMicrosecondsPerInvocation
protected java.lang.String avgMicrosecondsPerInvocation
-
maxMicrosecondsPerInvocation
protected java.lang.String maxMicrosecondsPerInvocation
-
standardDeviationMircosecondsPerInvocation
protected java.lang.String standardDeviationMircosecondsPerInvocation
-
-
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
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTotalMilliseconds
public java.lang.String getTotalMilliseconds()
Gets the value of the totalMilliseconds property.- Returns:
- possible object is
String
-
setTotalMilliseconds
public void setTotalMilliseconds(java.lang.String value)
Sets the value of the totalMilliseconds property.- Parameters:
value- allowed object isString
-
getInvocations
public java.lang.String getInvocations()
Gets the value of the invocations property.- Returns:
- possible object is
String
-
setInvocations
public void setInvocations(java.lang.String value)
Sets the value of the invocations property.- Parameters:
value- allowed object isString
-
getAvgMicrosecondsPerInvocation
public java.lang.String getAvgMicrosecondsPerInvocation()
Gets the value of the avgMicrosecondsPerInvocation property.- Returns:
- possible object is
String
-
setAvgMicrosecondsPerInvocation
public void setAvgMicrosecondsPerInvocation(java.lang.String value)
Sets the value of the avgMicrosecondsPerInvocation property.- Parameters:
value- allowed object isString
-
getMaxMicrosecondsPerInvocation
public java.lang.String getMaxMicrosecondsPerInvocation()
Gets the value of the maxMicrosecondsPerInvocation property.- Returns:
- possible object is
String
-
setMaxMicrosecondsPerInvocation
public void setMaxMicrosecondsPerInvocation(java.lang.String value)
Sets the value of the maxMicrosecondsPerInvocation property.- Parameters:
value- allowed object isString
-
getStandardDeviationMircosecondsPerInvocation
public java.lang.String getStandardDeviationMircosecondsPerInvocation()
Gets the value of the standardDeviationMircosecondsPerInvocation property.- Returns:
- possible object is
String
-
setStandardDeviationMircosecondsPerInvocation
public void setStandardDeviationMircosecondsPerInvocation(java.lang.String value)
Sets the value of the standardDeviationMircosecondsPerInvocation property.- Parameters:
value- allowed object isString
-
-
-