public class TypeSummary extends Object implements Serializable
| Constructor and Description |
|---|
TypeSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBytesReceivedSum()
Method deleteBytesReceivedSum
|
void |
deleteBytesSentSum()
Method deleteBytesSentSum
|
void |
deleteCount()
Method deleteCount
|
void |
deleteDataSizeSum()
Method deleteDataSizeSum
|
void |
deleteDurationAvg()
Method deleteDurationAvg
|
void |
deleteDurationMax()
Method deleteDurationMax
|
int |
getBytesReceivedSum()
Returns the value of field 'bytesReceivedSum'.
|
int |
getBytesSentSum()
Returns the value of field 'bytesSentSum'.
|
int |
getCount()
Returns the value of field 'count'.
|
int |
getDataSizeSum()
Returns the value of field 'dataSizeSum'.
|
long |
getDurationAvg()
Returns the value of field 'durationAvg'.
|
long |
getDurationMax()
Returns the value of field 'durationMax'.
|
String |
getType()
Returns the value of field 'type'.
|
boolean |
hasBytesReceivedSum()
Method hasBytesReceivedSum
|
boolean |
hasBytesSentSum()
Method hasBytesSentSum
|
boolean |
hasCount()
Method hasCount
|
boolean |
hasDataSizeSum()
Method hasDataSizeSum
|
boolean |
hasDurationAvg()
Method hasDurationAvg
|
boolean |
hasDurationMax()
Method hasDurationMax
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setBytesReceivedSum(int bytesReceivedSum)
Sets the value of field 'bytesReceivedSum'.
|
void |
setBytesSentSum(int bytesSentSum)
Sets the value of field 'bytesSentSum'.
|
void |
setCount(int count)
Sets the value of field 'count'.
|
void |
setDataSizeSum(int dataSizeSum)
Sets the value of field 'dataSizeSum'.
|
void |
setDurationAvg(long durationAvg)
Sets the value of field 'durationAvg'.
|
void |
setDurationMax(long durationMax)
Sets the value of field 'durationMax'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
static TypeSummary |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteBytesReceivedSum()
public void deleteBytesSentSum()
public void deleteCount()
public void deleteDataSizeSum()
public void deleteDurationAvg()
public void deleteDurationMax()
public int getBytesReceivedSum()
public int getBytesSentSum()
public int getCount()
public int getDataSizeSum()
public long getDurationAvg()
public long getDurationMax()
public String getType()
public boolean hasBytesReceivedSum()
public boolean hasBytesSentSum()
public boolean hasCount()
public boolean hasDataSizeSum()
public boolean hasDurationAvg()
public boolean hasDurationMax()
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 setBytesReceivedSum(int bytesReceivedSum)
bytesReceivedSum - the value of field 'bytesReceivedSum'public void setBytesSentSum(int bytesSentSum)
bytesSentSum - the value of field 'bytesSentSum'.public void setCount(int count)
count - the value of field 'count'.public void setDataSizeSum(int dataSizeSum)
dataSizeSum - the value of field 'dataSizeSum'.public void setDurationAvg(long durationAvg)
durationAvg - the value of field 'durationAvg'.public void setDurationMax(long durationMax)
durationMax - the value of field 'durationMax'.public void setType(String type)
type - the value of field 'type'.public static TypeSummary 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 © 2016. All rights reserved.