public class ResponseTime extends Object implements Serializable
| Constructor and Description |
|---|
ResponseTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCount()
Method deleteCount
|
void |
deleteDurationHigh()
Method deleteDurationHigh
|
void |
deleteDurationLow()
Method deleteDurationLow
|
int |
getCount()
Returns the value of field 'count'.
|
long |
getDurationHigh()
Returns the value of field 'durationHigh'.
|
long |
getDurationLow()
Returns the value of field 'durationLow'.
|
String |
getType()
Returns the value of field 'type'.
|
boolean |
hasCount()
Method hasCount
|
boolean |
hasDurationHigh()
Method hasDurationHigh
|
boolean |
hasDurationLow()
Method hasDurationLow
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setCount(int count)
Sets the value of field 'count'.
|
void |
setDurationHigh(long durationHigh)
Sets the value of field 'durationHigh'.
|
void |
setDurationLow(long durationLow)
Sets the value of field 'durationLow'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
static ResponseTime |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteCount()
public void deleteDurationHigh()
public void deleteDurationLow()
public int getCount()
public long getDurationHigh()
public long getDurationLow()
public String getType()
public boolean hasCount()
public boolean hasDurationHigh()
public boolean hasDurationLow()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setCount(int count)
count - the value of field 'count'.public void setDurationHigh(long durationHigh)
durationHigh - the value of field 'durationHigh'.public void setDurationLow(long durationLow)
durationLow - the value of field 'durationLow'.public void setType(String type)
type - the value of field 'type'.public static ResponseTime unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2015. All rights reserved.