public class FrcTargetForecastInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
commentArraySize |
private FrcDataComment[] |
comments |
private FrcData[] |
data |
private int |
dataArraySize |
private double |
end |
private int |
granularity |
private FrcDataObjectives[] |
objectives |
private int |
objectivesArraySize |
private FrcDataParameters[] |
parameters |
private int |
parametersArraySize |
private FrcPeriodParameters[] |
periodParameters |
private int |
periodParametersArraySize |
private double |
start |
private int |
target |
private int |
targetId |
Constructor and Description |
---|
FrcTargetForecastInformation() |
FrcTargetForecastInformation(int targetId,
int target,
double start,
double end,
int granularity,
int parametersArraySize,
FrcDataParameters[] parameters,
int objectivesArraySize,
FrcDataObjectives[] objectives,
int periodParametersArraySize,
FrcPeriodParameters[] periodParameters,
int dataArraySize,
FrcData[] data,
int commentArraySize,
FrcDataComment[] comments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCommentArraySize()
Gets the commentArraySize value for this FrcTargetForecastInformation.
|
FrcDataComment[] |
getComments()
Gets the comments value for this FrcTargetForecastInformation.
|
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.
|
FrcDataObjectives[] |
getObjectives()
Gets the objectives value for this FrcTargetForecastInformation.
|
int |
getObjectivesArraySize()
Gets the objectivesArraySize value for this FrcTargetForecastInformation.
|
FrcDataParameters[] |
getParameters()
Gets the parameters value for this FrcTargetForecastInformation.
|
int |
getParametersArraySize()
Gets the parametersArraySize value for this FrcTargetForecastInformation.
|
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(FrcDataComment[] comments)
Sets the comments value for this FrcTargetForecastInformation.
|
void |
setData(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(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcTargetForecastInformation.
|
void |
setObjectivesArraySize(int objectivesArraySize)
Sets the objectivesArraySize value for this FrcTargetForecastInformation.
|
void |
setParameters(FrcDataParameters[] parameters)
Sets the parameters value for this FrcTargetForecastInformation.
|
void |
setParametersArraySize(int parametersArraySize)
Sets the parametersArraySize value for this FrcTargetForecastInformation.
|
void |
setPeriodParameters(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.
|
private int targetId
private int target
private double start
private double end
private int granularity
private int parametersArraySize
private FrcDataParameters[] parameters
private int objectivesArraySize
private FrcDataObjectives[] objectives
private int periodParametersArraySize
private FrcPeriodParameters[] periodParameters
private int dataArraySize
private FrcData[] data
private int commentArraySize
private FrcDataComment[] comments
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcTargetForecastInformation()
public FrcTargetForecastInformation(int targetId, int target, double start, double end, int granularity, int parametersArraySize, FrcDataParameters[] parameters, int objectivesArraySize, FrcDataObjectives[] objectives, int periodParametersArraySize, FrcPeriodParameters[] periodParameters, int dataArraySize, FrcData[] data, int commentArraySize, 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 FrcDataParameters[] getParameters()
public void setParameters(FrcDataParameters[] parameters)
parameters
- Forecast parameters arraypublic int getObjectivesArraySize()
public void setObjectivesArraySize(int objectivesArraySize)
objectivesArraySize
- Forecast objectives array sizepublic FrcDataObjectives[] getObjectives()
public void setObjectives(FrcDataObjectives[] objectives)
objectives
- Forecast objectives arraypublic int getPeriodParametersArraySize()
public void setPeriodParametersArraySize(int periodParametersArraySize)
periodParametersArraySize
- Forecast period parameters array sizepublic FrcPeriodParameters[] getPeriodParameters()
public void setPeriodParameters(FrcPeriodParameters[] periodParameters)
periodParameters
- Forecast period parameters arraypublic int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- Forecast data array sizepublic FrcData[] getData()
public void setData(FrcData[] data)
data
- Forecast data arraypublic int getCommentArraySize()
public void setCommentArraySize(int commentArraySize)
commentArraySize
- Forecast comments array sizepublic FrcDataComment[] getComments()
public void setComments(FrcDataComment[] comments)
comments
- Forecast comments arraypublic 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.