public class SPerfItemDataAndTotal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
current |
protected java.util.List<SPerfData> |
data |
protected int |
dataArraySize |
protected double |
end |
protected int |
granularity |
protected int |
item |
private static long |
serialVersionUID |
protected double |
start |
protected double |
totalValue |
Constructor and Description |
---|
SPerfItemDataAndTotal() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getCurrent()
Gets the current value for this SPerfItemDataAndTotal.
|
java.util.List<SPerfData> |
getData()
Gets the data value for this SPerfItemDataAndTotal.
|
int |
getDataArraySize()
Gets the dataArraySize value for this SPerfItemDataAndTotal.
|
double |
getEnd()
Gets the end value for this SPerfItemDataAndTotal.
|
int |
getGranularity()
Gets the granularity value for this SPerfItemDataAndTotal.
|
int |
getItem()
Gets the item value for this SPerfItemDataAndTotal.
|
double |
getStart()
Gets the start value for this SPerfItemDataAndTotal.
|
double |
getTotalValue()
Gets the totalValue value for this SPerfItemDataAndTotal.
|
int |
hashCode() |
void |
setCurrent(double current)
Sets the current value for this SPerfItemDataAndTotal.
|
void |
setData(java.util.List<SPerfData> data)
Sets the data value for this SPerfItemDataAndTotal.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this SPerfItemDataAndTotal.
|
void |
setEnd(double end)
Sets the end value for this SPerfItemDataAndTotal.
|
void |
setGranularity(int granularity)
Sets the granularity value for this SPerfItemDataAndTotal.
|
void |
setItem(int item)
Sets the item value for this SPerfItemDataAndTotal.
|
void |
setStart(double start)
Sets the start value for this SPerfItemDataAndTotal.
|
void |
setTotalValue(double totalValue)
Sets the totalValue value for this SPerfItemDataAndTotal.
|
java.lang.String |
toString() |
SPerfItemDataAndTotal |
withCurrent(double value) |
SPerfItemDataAndTotal |
withData(java.util.Collection<SPerfData> values) |
SPerfItemDataAndTotal |
withData(SPerfData... values) |
SPerfItemDataAndTotal |
withDataArraySize(int value) |
SPerfItemDataAndTotal |
withEnd(double value) |
SPerfItemDataAndTotal |
withGranularity(int value) |
SPerfItemDataAndTotal |
withItem(int value) |
SPerfItemDataAndTotal |
withStart(double value) |
SPerfItemDataAndTotal |
withTotalValue(double value) |
private static final long serialVersionUID
protected int item
protected double start
protected double current
protected double end
protected int granularity
protected int dataArraySize
protected java.util.List<SPerfData> data
protected double totalValue
public int getItem()
EPerfInfoItems
public void setItem(int item)
item
- Performance data typeEPerfInfoItems
public double getStart()
public void setStart(double start)
start
- Requested period start date and timepublic double getCurrent()
public void setCurrent(double current)
current
- Current time step date and timepublic double getEnd()
public void setEnd(double end)
end
- Requested period start date and timepublic int getGranularity()
public void setGranularity(int granularity)
granularity
- Granularity (also time offset between data values)public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- Performance data array sizepublic java.util.List<SPerfData> getData()
public void setData(java.util.List<SPerfData> data)
data
- Performance data values arraypublic double getTotalValue()
public void setTotalValue(double totalValue)
totalValue
- Total requested period valuepublic SPerfItemDataAndTotal withItem(int value)
public SPerfItemDataAndTotal withStart(double value)
public SPerfItemDataAndTotal withCurrent(double value)
public SPerfItemDataAndTotal withEnd(double value)
public SPerfItemDataAndTotal withGranularity(int value)
public SPerfItemDataAndTotal withDataArraySize(int value)
public SPerfItemDataAndTotal withData(java.util.Collection<SPerfData> values)
public SPerfItemDataAndTotal withData(SPerfData... values)
public SPerfItemDataAndTotal withTotalValue(double value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.