public class SData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
current |
protected double |
end |
protected int |
granularity |
protected int |
groupID |
protected int |
item |
private static long |
serialVersionUID |
protected double |
start |
protected int |
target |
protected int |
targetID |
protected java.util.List<java.lang.Double> |
values |
protected int |
valuesArraySize |
Constructor and Description |
---|
SData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getCurrent()
Gets the value of the current property.
|
double |
getEnd()
Gets the value of the end property.
|
int |
getGranularity()
Gets the value of the granularity property.
|
int |
getGroupID()
Gets the value of the groupID property.
|
int |
getItem()
Gets the value of the item property.
|
double |
getStart()
Gets the value of the start property.
|
int |
getTarget()
Gets the value of the target property.
|
int |
getTargetID()
Gets the value of the targetID property.
|
java.util.List<java.lang.Double> |
getValues()
Gets the value of the values property.
|
int |
getValuesArraySize()
Gets the value of the valuesArraySize property.
|
int |
hashCode() |
void |
setCurrent(double value)
Sets the value of the current property.
|
void |
setEnd(double value)
Sets the value of the end property.
|
void |
setGranularity(int value)
Sets the value of the granularity property.
|
void |
setGroupID(int value)
Sets the value of the groupID property.
|
void |
setItem(int value)
Sets the value of the item property.
|
void |
setStart(double value)
Sets the value of the start property.
|
void |
setTarget(int value)
Sets the value of the target property.
|
void |
setTargetID(int value)
Sets the value of the targetID property.
|
void |
setValues(java.util.List<java.lang.Double> values)
Sets the value of the values property.
|
void |
setValuesArraySize(int value)
Sets the value of the valuesArraySize property.
|
java.lang.String |
toString() |
SData |
withCurrent(double value) |
SData |
withEnd(double value) |
SData |
withGranularity(int value) |
SData |
withGroupID(int value) |
SData |
withItem(int value) |
SData |
withStart(double value) |
SData |
withTarget(int value) |
SData |
withTargetID(int value) |
SData |
withValues(java.util.Collection<java.lang.Double> values) |
SData |
withValues(java.lang.Double... values) |
SData |
withValuesArraySize(int value) |
private static final long serialVersionUID
protected int target
protected int targetID
protected int groupID
protected int item
protected double start
protected double current
protected double end
protected int granularity
protected int valuesArraySize
protected java.util.List<java.lang.Double> values
public int getTarget()
public void setTarget(int value)
public int getTargetID()
public void setTargetID(int value)
public int getGroupID()
public void setGroupID(int value)
public int getItem()
public void setItem(int value)
public double getStart()
public void setStart(double value)
public double getCurrent()
public void setCurrent(double value)
public double getEnd()
public void setEnd(double value)
public int getGranularity()
public void setGranularity(int value)
public int getValuesArraySize()
public void setValuesArraySize(int value)
public java.util.List<java.lang.Double> getValues()
public void setValues(java.util.List<java.lang.Double> values)
public SData withTarget(int value)
public SData withTargetID(int value)
public SData withGroupID(int value)
public SData withItem(int value)
public SData withStart(double value)
public SData withCurrent(double value)
public SData withEnd(double value)
public SData withGranularity(int value)
public SData withValuesArraySize(int value)
public SData withValues(java.util.Collection<java.lang.Double> values)
public SData withValues(java.lang.Double... values)
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.