de.starface.integration.uci.java.v30.types
Class MonitorList
java.lang.Object
de.starface.integration.uci.java.v30.types.MonitorList
- All Implemented Interfaces:
- Serializable
@RpcValueObject
public class MonitorList
- extends Object
- implements Serializable
This object holds the properties of the monitor list as returned by
UciMonitorListRequests.getMonitorList(Date, Date,MonitorListEntryProperties, OrderDirection, int, int)
- See Also:
- Serialized Form
MonitorList
public MonitorList()
getStartBefore
public Date getStartBefore()
- Returns:
- the startBefore
setStartBefore
public void setStartBefore(Date startBefore)
- Parameters:
startBefore - the startBefore to set
getStartAfter
public Date getStartAfter()
- Returns:
- the startAfter
setStartAfter
public void setStartAfter(Date startAfter)
- Parameters:
startAfter - the startAfter to set
getOrderProperty
public MonitorListEntryProperties getOrderProperty()
- Returns:
- the orderProperty
setOrderProperty
public void setOrderProperty(MonitorListEntryProperties orderProperty)
- Parameters:
orderProperty - the orderProperty to set
getOrderDirection
public OrderDirection getOrderDirection()
- Returns:
- the orderDirection
setOrderDirection
public void setOrderDirection(OrderDirection orderDirection)
- Parameters:
orderDirection - the orderDirection to set
getCountOffset
public int getCountOffset()
- Returns:
- the countOffset
setCountOffset
public void setCountOffset(int countOffset)
- Parameters:
countOffset - the countOffset to set
getCountLimit
public int getCountLimit()
- Returns:
- the countLimit
setCountLimit
public void setCountLimit(int countLimit)
- Parameters:
countLimit - the countLimit to set
getTotalCount
public int getTotalCount()
- Returns:
- the totalCount
setTotalCount
public void setTotalCount(int totalCount)
- Parameters:
totalCount - the totalCount to set
getEntries
public List<MonitorListEntry> getEntries()
- Returns:
- the entries
setEntries
public void setEntries(List<MonitorListEntry> entries)
- Parameters:
entries - the entries to set
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 STARFACE GmbH. All rights reserved.