public class CalTypeLimitInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CalLimitData> |
data
Limit data array
|
protected int |
dataArraySize
Limit data array size
|
protected double |
end
End date
|
protected int |
granularity
Granularity, daily/time steps
|
private static long |
serialVersionUID |
protected double |
start
Start date
|
protected int |
target
Target level
|
protected int |
targetID
Target ID
|
protected int |
timeOffTypeID
Time-Off type ID
|
Constructor and Description |
---|
CalTypeLimitInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<CalLimitData> |
getData()
Gets the data value for this CalTypeLimitInformation.
|
int |
getDataArraySize()
Gets the dataArraySize value for this CalTypeLimitInformation.
|
double |
getEnd()
Gets the end value for this CalTypeLimitInformation.
|
int |
getGranularity()
Gets the granularity value for this CalTypeLimitInformation.
|
double |
getStart()
Gets the start value for this CalTypeLimitInformation.
|
int |
getTarget()
Gets the target value for this CalTypeLimitInformation.
|
int |
getTargetID()
Gets the targetID value for this CalTypeLimitInformation.
|
int |
getTimeOffTypeID()
Gets the timeOffTypeID value for this CalTypeLimitInformation.
|
int |
hashCode() |
void |
setData(java.util.List<CalLimitData> data)
Sets the data value for this CalTypeLimitInformation.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this CalTypeLimitInformation.
|
void |
setEnd(double end)
Sets the end value for this CalTypeLimitInformation.
|
void |
setGranularity(int granularity)
Sets the granularity value for this CalTypeLimitInformation.
|
void |
setStart(double start)
Sets the start value for this CalTypeLimitInformation.
|
void |
setTarget(int target)
Sets the target value for this CalTypeLimitInformation.
|
void |
setTargetID(int targetID)
Sets the targetID value for this CalTypeLimitInformation.
|
void |
setTimeOffTypeID(int timeOffTypeID)
Sets the timeOffTypeID value for this CalTypeLimitInformation.
|
java.lang.String |
toString() |
CalTypeLimitInformation |
withData(CalLimitData... values) |
CalTypeLimitInformation |
withData(java.util.Collection<CalLimitData> values) |
CalTypeLimitInformation |
withDataArraySize(int value) |
CalTypeLimitInformation |
withEnd(double value) |
CalTypeLimitInformation |
withGranularity(int value) |
CalTypeLimitInformation |
withStart(double value) |
CalTypeLimitInformation |
withTarget(int value) |
CalTypeLimitInformation |
withTargetID(int value) |
CalTypeLimitInformation |
withTimeOffTypeID(int value) |
private static final long serialVersionUID
protected int target
ECalLimitTarget
protected int targetID
protected int timeOffTypeID
protected double start
protected double end
protected int granularity
protected int dataArraySize
protected java.util.List<CalLimitData> data
public int getTarget()
public void setTarget(int target)
target
- public int getTargetID()
public void setTargetID(int targetID)
targetID
- public int getTimeOffTypeID()
public void setTimeOffTypeID(int timeOffTypeID)
timeOffTypeID
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getGranularity()
public void setGranularity(int granularity)
granularity
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public java.util.List<CalLimitData> getData()
public void setData(java.util.List<CalLimitData> data)
data
- public CalTypeLimitInformation withData(java.util.Collection<CalLimitData> values)
public CalTypeLimitInformation withData(CalLimitData... values)
public CalTypeLimitInformation withDataArraySize(int value)
public CalTypeLimitInformation withTarget(int value)
public CalTypeLimitInformation withTargetID(int value)
public CalTypeLimitInformation withTimeOffTypeID(int value)
public CalTypeLimitInformation withGranularity(int value)
public CalTypeLimitInformation withStart(double value)
public CalTypeLimitInformation withEnd(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.