public class FrcActivityForecastInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
activityId
Activity ID or Multi-site Activity ID
|
protected int |
commentArraySize
Comments array size
|
protected java.util.List<FrcDataComment> |
comments
Comments
|
protected java.util.List<FrcData> |
data
Forecast data
|
protected int |
dataArraySize
Forecast data array size
|
protected double |
end
Period end date
|
protected int |
granularity
Required data granularity
|
protected java.util.List<FrcDataObjectives> |
objectives
Objectives array
|
protected int |
objectivesArraySize
Objectives array size
|
protected java.util.List<FrcDataParameters> |
parameters
Parameter array
|
protected int |
parametersArraySize
Parameter array size
|
protected int |
parentId
(Activity) Site ID or (MS Activity) BU ID
|
protected java.util.List<FrcPeriodParameters> |
periodParameters
Period parameters array
|
protected int |
periodParametersArraySize
Period parameter array size
|
private static long |
serialVersionUID |
protected double |
start
Period start date
|
Constructor and Description |
---|
FrcActivityForecastInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getActivityId()
Gets the activityId value for this FrcActivityForecastInformation.
|
int |
getCommentArraySize()
Gets the commentArraySize value for this FrcActivityForecastInformation.
|
java.util.List<FrcDataComment> |
getComments()
Gets the comments value for this FrcActivityForecastInformation.
|
java.util.List<FrcData> |
getData()
Gets the data value for this FrcActivityForecastInformation.
|
int |
getDataArraySize()
Gets the dataArraySize value for this FrcActivityForecastInformation.
|
double |
getEnd()
Gets the end value for this FrcActivityForecastInformation.
|
int |
getGranularity()
Gets the granularity value for this FrcActivityForecastInformation.
|
java.util.List<FrcDataObjectives> |
getObjectives()
Gets the objectives value for this FrcActivityForecastInformation.
|
int |
getObjectivesArraySize()
Gets the objectivesArraySize value for this FrcActivityForecastInformation.
|
java.util.List<FrcDataParameters> |
getParameters()
Gets the parameters value for this FrcActivityForecastInformation.
|
int |
getParametersArraySize()
Gets the parametersArraySize value for this FrcActivityForecastInformation.
|
int |
getParentId()
Gets the parentId value for this FrcActivityForecastInformation.
|
java.util.List<FrcPeriodParameters> |
getPeriodParameters()
Gets the periodParameters value for this FrcActivityForecastInformation.
|
int |
getPeriodParametersArraySize()
Gets the periodParametersArraySize value for this FrcActivityForecastInformation.
|
double |
getStart()
Gets the start value for this FrcActivityForecastInformation.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityForecastInformation.
|
void |
setCommentArraySize(int commentArraySize)
Sets the commentArraySize value for this FrcActivityForecastInformation.
|
void |
setComments(java.util.List<FrcDataComment> comments)
Sets the comments value for this FrcActivityForecastInformation.
|
void |
setData(java.util.List<FrcData> data)
Sets the data value for this FrcActivityForecastInformation.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this FrcActivityForecastInformation.
|
void |
setEnd(double end)
Sets the end value for this FrcActivityForecastInformation.
|
void |
setGranularity(int granularity)
Sets the granularity value for this FrcActivityForecastInformation.
|
void |
setObjectives(java.util.List<FrcDataObjectives> objectives)
Sets the objectives value for this FrcActivityForecastInformation.
|
void |
setObjectivesArraySize(int objectivesArraySize)
Sets the objectivesArraySize value for this FrcActivityForecastInformation.
|
void |
setParameters(java.util.List<FrcDataParameters> parameters)
Sets the parameters value for this FrcActivityForecastInformation.
|
void |
setParametersArraySize(int parametersArraySize)
Sets the parametersArraySize value for this FrcActivityForecastInformation.
|
void |
setParentId(int parentId)
Sets the parentId value for this FrcActivityForecastInformation.
|
void |
setPeriodParameters(java.util.List<FrcPeriodParameters> periodParameters)
Sets the periodParameters value for this FrcActivityForecastInformation.
|
void |
setPeriodParametersArraySize(int periodParametersArraySize)
Sets the periodParametersArraySize value for this FrcActivityForecastInformation.
|
void |
setStart(double start)
Sets the start value for this FrcActivityForecastInformation.
|
java.lang.String |
toString() |
FrcActivityForecastInformation |
withActivityId(int value) |
FrcActivityForecastInformation |
withCommentArraySize(int value) |
FrcActivityForecastInformation |
withComments(java.util.Collection<FrcDataComment> values) |
FrcActivityForecastInformation |
withComments(FrcDataComment... values) |
FrcActivityForecastInformation |
withData(java.util.Collection<FrcData> values) |
FrcActivityForecastInformation |
withData(FrcData... values) |
FrcActivityForecastInformation |
withDataArraySize(int value) |
FrcActivityForecastInformation |
withEnd(double value) |
FrcActivityForecastInformation |
withGranularity(int value) |
FrcActivityForecastInformation |
withObjectives(java.util.Collection<FrcDataObjectives> values) |
FrcActivityForecastInformation |
withObjectives(FrcDataObjectives... values) |
FrcActivityForecastInformation |
withObjectivesArraySize(int value) |
FrcActivityForecastInformation |
withParameters(java.util.Collection<FrcDataParameters> values) |
FrcActivityForecastInformation |
withParameters(FrcDataParameters... values) |
FrcActivityForecastInformation |
withParametersArraySize(int value) |
FrcActivityForecastInformation |
withParentId(int value) |
FrcActivityForecastInformation |
withPeriodParameters(java.util.Collection<FrcPeriodParameters> values) |
FrcActivityForecastInformation |
withPeriodParameters(FrcPeriodParameters... values) |
FrcActivityForecastInformation |
withPeriodParametersArraySize(int value) |
FrcActivityForecastInformation |
withStart(double value) |
private static final long serialVersionUID
protected int activityId
protected int parentId
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 getActivityId()
public void setActivityId(int activityId)
activityId
- public int getParentId()
public void setParentId(int parentId)
parentId
- 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 getParametersArraySize()
public void setParametersArraySize(int parametersArraySize)
parametersArraySize
- public java.util.List<FrcDataParameters> getParameters()
public void setParameters(java.util.List<FrcDataParameters> parameters)
parameters
- public int getObjectivesArraySize()
public void setObjectivesArraySize(int objectivesArraySize)
objectivesArraySize
- public java.util.List<FrcDataObjectives> getObjectives()
public void setObjectives(java.util.List<FrcDataObjectives> objectives)
objectives
- public int getPeriodParametersArraySize()
public void setPeriodParametersArraySize(int periodParametersArraySize)
periodParametersArraySize
- public java.util.List<FrcPeriodParameters> getPeriodParameters()
public void setPeriodParameters(java.util.List<FrcPeriodParameters> periodParameters)
periodParameters
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public java.util.List<FrcData> getData()
public void setData(java.util.List<FrcData> data)
data
- public int getCommentArraySize()
public void setCommentArraySize(int commentArraySize)
commentArraySize
- public java.util.List<FrcDataComment> getComments()
public void setComments(java.util.List<FrcDataComment> comments)
comments
- public FrcActivityForecastInformation withComments(java.util.Collection<FrcDataComment> values)
public FrcActivityForecastInformation withComments(FrcDataComment... values)
public FrcActivityForecastInformation withCommentArraySize(int value)
public FrcActivityForecastInformation withData(java.util.Collection<FrcData> values)
public FrcActivityForecastInformation withData(FrcData... values)
public FrcActivityForecastInformation withDataArraySize(int value)
public FrcActivityForecastInformation withObjectives(java.util.Collection<FrcDataObjectives> values)
public FrcActivityForecastInformation withObjectives(FrcDataObjectives... values)
public FrcActivityForecastInformation withObjectivesArraySize(int value)
public FrcActivityForecastInformation withParameters(java.util.Collection<FrcDataParameters> values)
public FrcActivityForecastInformation withParameters(FrcDataParameters... values)
public FrcActivityForecastInformation withParametersArraySize(int value)
public FrcActivityForecastInformation withPeriodParameters(java.util.Collection<FrcPeriodParameters> values)
public FrcActivityForecastInformation withPeriodParameters(FrcPeriodParameters... values)
public FrcActivityForecastInformation withPeriodParametersArraySize(int value)
public FrcActivityForecastInformation withGranularity(int value)
public FrcActivityForecastInformation withActivityId(int value)
public FrcActivityForecastInformation withParentId(int value)
public FrcActivityForecastInformation withStart(double value)
public FrcActivityForecastInformation 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.