public class SPerfItemDataAndTotal
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
current |
private SPerfData[] |
data |
private int |
dataArraySize |
private double |
end |
private int |
granularity |
private int |
item |
private double |
start |
private double |
totalValue |
Constructor and Description |
---|
SPerfItemDataAndTotal() |
SPerfItemDataAndTotal(int item,
double start,
double current,
double end,
int granularity,
int dataArraySize,
SPerfData[] data,
double totalValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getCurrent()
Gets the current value for this SPerfItemDataAndTotal.
|
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(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.
|
private int item
private double start
private double current
private double end
private int granularity
private int dataArraySize
private SPerfData[] data
private double totalValue
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public SPerfItemDataAndTotal()
public SPerfItemDataAndTotal(int item, double start, double current, double end, int granularity, int dataArraySize, SPerfData[] data, 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 SPerfData[] getData()
public void setData(SPerfData[] data)
data
- Performance data values arraypublic double getTotalValue()
public void setTotalValue(double totalValue)
totalValue
- Total requested period valuepublic boolean equals(java.lang.Object obj)
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.