public class ClassProfileType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
avgMicrosecondsPerInvocation |
protected java.lang.String |
invocations |
protected java.lang.String |
maxMicrosecondsPerInvocation |
protected java.lang.String |
name |
protected java.lang.String |
standardDeviationMircosecondsPerInvocation |
protected java.lang.String |
totalMilliseconds |
protected java.lang.String |
value |
| Constructor and Description |
|---|
ClassProfileType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAvgMicrosecondsPerInvocation()
Gets the value of the avgMicrosecondsPerInvocation property.
|
java.lang.String |
getInvocations()
Gets the value of the invocations property.
|
java.lang.String |
getMaxMicrosecondsPerInvocation()
Gets the value of the maxMicrosecondsPerInvocation property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getStandardDeviationMircosecondsPerInvocation()
Gets the value of the standardDeviationMircosecondsPerInvocation property.
|
java.lang.String |
getTotalMilliseconds()
Gets the value of the totalMilliseconds property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setAvgMicrosecondsPerInvocation(java.lang.String value)
Sets the value of the avgMicrosecondsPerInvocation property.
|
void |
setInvocations(java.lang.String value)
Sets the value of the invocations property.
|
void |
setMaxMicrosecondsPerInvocation(java.lang.String value)
Sets the value of the maxMicrosecondsPerInvocation property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setStandardDeviationMircosecondsPerInvocation(java.lang.String value)
Sets the value of the standardDeviationMircosecondsPerInvocation property.
|
void |
setTotalMilliseconds(java.lang.String value)
Sets the value of the totalMilliseconds property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String name
protected java.lang.String totalMilliseconds
protected java.lang.String invocations
protected java.lang.String avgMicrosecondsPerInvocation
protected java.lang.String maxMicrosecondsPerInvocation
protected java.lang.String standardDeviationMircosecondsPerInvocation
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalMilliseconds()
Stringpublic void setTotalMilliseconds(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInvocations()
Stringpublic void setInvocations(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAvgMicrosecondsPerInvocation()
Stringpublic void setAvgMicrosecondsPerInvocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxMicrosecondsPerInvocation()
Stringpublic void setMaxMicrosecondsPerInvocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStandardDeviationMircosecondsPerInvocation()
Stringpublic void setStandardDeviationMircosecondsPerInvocation(java.lang.String value)
value - allowed object is
String