public class FrcTargetForecastInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
commentArraySize
Comments array size
|
protected java.util.List<FrcDataComment> |
comments
Comments
|
protected java.util.List<FrcData> |
data
Forecast data
|
protected int |
dataArraySize
Data array size
|
protected double |
end
Period end date
|
protected int |
granularity
Data granularity
|
protected java.util.List<FrcDataObjectives> |
objectives
Objectives
|
protected int |
objectivesArraySize
Objectives array size
|
protected java.util.List<FrcDataParameters> |
parameters
Parameters
|
protected int |
parametersArraySize
Parameters array size
|
protected java.util.List<FrcPeriodParameters> |
periodParameters
Period Parameters
|
protected int |
periodParametersArraySize
Period Parameters array size
|
private static long |
serialVersionUID |
protected double |
start
Period start date
|
protected int |
target
Target level
|
protected int |
targetId
Target ID
|
Constructor and Description |
---|
FrcTargetForecastInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getCommentArraySize()
Gets the commentArraySize value for this FrcTargetForecastInformation.
|
java.util.List<FrcDataComment> |
getComments()
Gets the comments value for this FrcTargetForecastInformation.
|
java.util.List<FrcData> |
getData()
Gets the data value for this FrcTargetForecastInformation.
|
int |
getDataArraySize()
Gets the dataArraySize value for this FrcTargetForecastInformation.
|
double |
getEnd()
Gets the end value for this FrcTargetForecastInformation.
|
int |
getGranularity()
Gets the granularity value for this FrcTargetForecastInformation.
|
java.util.List<FrcDataObjectives> |
getObjectives()
Gets the objectives value for this FrcTargetForecastInformation.
|
int |
getObjectivesArraySize()
Gets the objectivesArraySize value for this FrcTargetForecastInformation.
|
java.util.List<FrcDataParameters> |
getParameters()
Gets the parameters value for this FrcTargetForecastInformation.
|
int |
getParametersArraySize()
Gets the parametersArraySize value for this FrcTargetForecastInformation.
|
java.util.List<FrcPeriodParameters> |
getPeriodParameters()
Gets the periodParameters value for this FrcTargetForecastInformation.
|
int |
getPeriodParametersArraySize()
Gets the periodParametersArraySize value for this FrcTargetForecastInformation.
|
double |
getStart()
Gets the start value for this FrcTargetForecastInformation.
|
int |
getTarget()
Gets the target value for this FrcTargetForecastInformation.
|
int |
getTargetId()
Gets the targetId value for this FrcTargetForecastInformation.
|
int |
hashCode() |
void |
setCommentArraySize(int commentArraySize)
Sets the commentArraySize value for this FrcTargetForecastInformation.
|
void |
setComments(java.util.List<FrcDataComment> comments)
Sets the comments value for this FrcTargetForecastInformation.
|
void |
setData(java.util.List<FrcData> data)
Sets the data value for this FrcTargetForecastInformation.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this FrcTargetForecastInformation.
|
void |
setEnd(double end)
Sets the end value for this FrcTargetForecastInformation.
|
void |
setGranularity(int granularity)
Sets the granularity value for this FrcTargetForecastInformation.
|
void |
setObjectives(java.util.List<FrcDataObjectives> objectives)
Sets the objectives value for this FrcTargetForecastInformation.
|
void |
setObjectivesArraySize(int objectivesArraySize)
Sets the objectivesArraySize value for this FrcTargetForecastInformation.
|
void |
setParameters(java.util.List<FrcDataParameters> parameters)
Sets the parameters value for this FrcTargetForecastInformation.
|
void |
setParametersArraySize(int parametersArraySize)
Sets the parametersArraySize value for this FrcTargetForecastInformation.
|
void |
setPeriodParameters(java.util.List<FrcPeriodParameters> periodParameters)
Sets the periodParameters value for this FrcTargetForecastInformation.
|
void |
setPeriodParametersArraySize(int periodParametersArraySize)
Sets the periodParametersArraySize value for this FrcTargetForecastInformation.
|
void |
setStart(double start)
Sets the start value for this FrcTargetForecastInformation.
|
void |
setTarget(int target)
Sets the target value for this FrcTargetForecastInformation.
|
void |
setTargetId(int targetId)
Sets the targetId value for this FrcTargetForecastInformation.
|
java.lang.String |
toString() |
FrcTargetForecastInformation |
withCommentArraySize(int value) |
FrcTargetForecastInformation |
withComments(java.util.Collection<FrcDataComment> values) |
FrcTargetForecastInformation |
withComments(FrcDataComment... values) |
FrcTargetForecastInformation |
withData(java.util.Collection<FrcData> values) |
FrcTargetForecastInformation |
withData(FrcData... values) |
FrcTargetForecastInformation |
withDataArraySize(int value) |
FrcTargetForecastInformation |
withEnd(double value) |
FrcTargetForecastInformation |
withGranularity(int value) |
FrcTargetForecastInformation |
withObjectives(java.util.Collection<FrcDataObjectives> values) |
FrcTargetForecastInformation |
withObjectives(FrcDataObjectives... values) |
FrcTargetForecastInformation |
withObjectivesArraySize(int value) |
FrcTargetForecastInformation |
withParameters(java.util.Collection<FrcDataParameters> values) |
FrcTargetForecastInformation |
withParameters(FrcDataParameters... values) |
FrcTargetForecastInformation |
withParametersArraySize(int value) |
FrcTargetForecastInformation |
withPeriodParameters(java.util.Collection<FrcPeriodParameters> values) |
FrcTargetForecastInformation |
withPeriodParameters(FrcPeriodParameters... values) |
FrcTargetForecastInformation |
withPeriodParametersArraySize(int value) |
FrcTargetForecastInformation |
withStart(double value) |
FrcTargetForecastInformation |
withTarget(int value) |
FrcTargetForecastInformation |
withTargetId(int value) |
private static final long serialVersionUID
protected int targetId
protected int target
protected double start
protected double end
protected int granularity
protected int parametersArraySize
protected java.util.List<FrcDataParameters> parameters
protected int objectivesArraySize
protected java.util.List<FrcDataObjectives> objectives
protected int periodParametersArraySize
protected java.util.List<FrcPeriodParameters> periodParameters
protected int dataArraySize
protected java.util.List<FrcData> data
protected int commentArraySize
protected java.util.List<FrcDataComment> comments
public int getTargetId()
EFrcDataTargets
public void setTargetId(int targetId)
targetId
- Target levelEFrcDataTargets
public int getTarget()
public void setTarget(int target)
target
- Target identifierpublic double getStart()
public void setStart(double start)
start
- Requested period start datepublic double getEnd()
public void setEnd(double end)
end
- Requested period end datepublic int getGranularity()
public void setGranularity(int granularity)
granularity
- Data granularitypublic int getParametersArraySize()
public void setParametersArraySize(int parametersArraySize)
parametersArraySize
- Forecast parameters array sizepublic java.util.List<FrcDataParameters> getParameters()
public void setParameters(java.util.List<FrcDataParameters> parameters)
parameters
- Forecast parameters arraypublic int getObjectivesArraySize()
public void setObjectivesArraySize(int objectivesArraySize)
objectivesArraySize
- Forecast objectives array sizepublic java.util.List<FrcDataObjectives> getObjectives()
public void setObjectives(java.util.List<FrcDataObjectives> objectives)
objectives
- Forecast objectives arraypublic int getPeriodParametersArraySize()
public void setPeriodParametersArraySize(int periodParametersArraySize)
periodParametersArraySize
- Forecast period parameters array sizepublic java.util.List<FrcPeriodParameters> getPeriodParameters()
public void setPeriodParameters(java.util.List<FrcPeriodParameters> periodParameters)
periodParameters
- Forecast period parameters arraypublic int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- Forecast data array sizepublic java.util.List<FrcData> getData()
public void setData(java.util.List<FrcData> data)
data
- Forecast data arraypublic int getCommentArraySize()
public void setCommentArraySize(int commentArraySize)
commentArraySize
- Forecast comments array sizepublic java.util.List<FrcDataComment> getComments()
public void setComments(java.util.List<FrcDataComment> comments)
comments
- Forecast comments arraypublic FrcTargetForecastInformation withComments(java.util.Collection<FrcDataComment> values)
public FrcTargetForecastInformation withComments(FrcDataComment... values)
public FrcTargetForecastInformation withCommentArraySize(int value)
public FrcTargetForecastInformation withData(java.util.Collection<FrcData> values)
public FrcTargetForecastInformation withData(FrcData... values)
public FrcTargetForecastInformation withDataArraySize(int value)
public FrcTargetForecastInformation withObjectives(java.util.Collection<FrcDataObjectives> values)
public FrcTargetForecastInformation withObjectives(FrcDataObjectives... values)
public FrcTargetForecastInformation withObjectivesArraySize(int value)
public FrcTargetForecastInformation withParameters(java.util.Collection<FrcDataParameters> values)
public FrcTargetForecastInformation withParameters(FrcDataParameters... values)
public FrcTargetForecastInformation withParametersArraySize(int value)
public FrcTargetForecastInformation withPeriodParameters(java.util.Collection<FrcPeriodParameters> values)
public FrcTargetForecastInformation withPeriodParameters(FrcPeriodParameters... values)
public FrcTargetForecastInformation withPeriodParametersArraySize(int value)
public FrcTargetForecastInformation withGranularity(int value)
public FrcTargetForecastInformation withTarget(int value)
public FrcTargetForecastInformation withTargetId(int value)
public FrcTargetForecastInformation withStart(double value)
public FrcTargetForecastInformation 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.