public class HourlyLoad extends Object implements Serializable
| Constructor and Description |
|---|
HourlyLoad() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBytesReceivedSum()
Method deleteBytesReceivedSum
|
void |
deleteBytesSentSum()
Method deleteBytesSentSum
|
void |
deleteCount()
Method deleteCount
|
void |
deleteDurationAvg()
Method deleteDurationAvg
|
void |
deleteDurationMax()
Method deleteDurationMax
|
void |
deleteHour()
Method deleteHour
|
int |
getBytesReceivedSum()
Returns the value of field 'bytesReceivedSum'.
|
int |
getBytesSentSum()
Returns the value of field 'bytesSentSum'.
|
int |
getCount()
Returns the value of field 'count'.
|
org.exolab.castor.types.Date |
getDate()
Returns the value of field 'date'.
|
long |
getDurationAvg()
Returns the value of field 'durationAvg'.
|
long |
getDurationMax()
Returns the value of field 'durationMax'.
|
int |
getHour()
Returns the value of field 'hour'.
|
boolean |
hasBytesReceivedSum()
Method hasBytesReceivedSum
|
boolean |
hasBytesSentSum()
Method hasBytesSentSum
|
boolean |
hasCount()
Method hasCount
|
boolean |
hasDurationAvg()
Method hasDurationAvg
|
boolean |
hasDurationMax()
Method hasDurationMax
|
boolean |
hasHour()
Method hasHour
|
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 |
setDate(org.exolab.castor.types.Date date)
Sets the value of field 'date'.
|
void |
setDurationAvg(long durationAvg)
Sets the value of field 'durationAvg'.
|
void |
setDurationMax(long durationMax)
Sets the value of field 'durationMax'.
|
void |
setHour(int hour)
Sets the value of field 'hour'.
|
static HourlyLoad |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteBytesReceivedSum()
public void deleteBytesSentSum()
public void deleteCount()
public void deleteDurationAvg()
public void deleteDurationMax()
public void deleteHour()
public int getBytesReceivedSum()
public int getBytesSentSum()
public int getCount()
public org.exolab.castor.types.Date getDate()
public long getDurationAvg()
public long getDurationMax()
public int getHour()
public boolean hasBytesReceivedSum()
public boolean hasBytesSentSum()
public boolean hasCount()
public boolean hasDurationAvg()
public boolean hasDurationMax()
public boolean hasHour()
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 setDate(org.exolab.castor.types.Date date)
date - the value of field 'date'.public void setDurationAvg(long durationAvg)
durationAvg - the value of field 'durationAvg'.public void setDurationMax(long durationMax)
durationMax - the value of field 'durationMax'.public void setHour(int hour)
hour - the value of field 'hour'.public static HourlyLoad 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.