public class FrcEventsEx
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
disregard
Disregard event flag
|
protected double |
endDateTime
Event end date and time
|
protected double |
endImpactPCT
End impact %
|
protected int |
eventId
Forecast event ID
|
protected int |
impactDurationHrs
Impact duration in hours
|
protected double |
impactStartDateTime
Impact start date and time
|
protected int |
impactUnit
Impact unit: days/hours
|
protected java.util.List<java.lang.Double> |
impactVector
Impact percentage array
|
protected double |
initImpactPCT
Initial impact %
|
protected java.lang.String |
name
Forecast event name
|
private static long |
serialVersionUID |
protected double |
startDateTime
Event start date and time
|
protected double |
value
Event initial value
|
protected int |
vectorSize
Impact array size
|
Constructor and Description |
---|
FrcEventsEx() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getEndDateTime()
Gets the endDateTime value for this FrcEventsEx.
|
double |
getEndImpactPCT()
Gets the endImpactPCT value for this FrcEventsEx.
|
int |
getEventId()
Gets the eventId value for this FrcEventsEx.
|
int |
getImpactDurationHrs()
Gets the impactDurationHrs value for this FrcEventsEx.
|
double |
getImpactStartDateTime()
Gets the impactStartDateTime value for this FrcEventsEx.
|
int |
getImpactUnit()
Gets the impactUnit value for this FrcEventsEx.
|
java.util.List<java.lang.Double> |
getImpactVector()
Gets the impactVector value for this FrcEventsEx.
|
double |
getInitImpactPCT()
Gets the initImpactPCT value for this FrcEventsEx.
|
java.lang.String |
getName()
Gets the name value for this FrcEventsEx.
|
double |
getStartDateTime()
Gets the startDateTime value for this FrcEventsEx.
|
double |
getValue()
Gets the value value for this FrcEventsEx.
|
int |
getVectorSize()
Gets the vectorSize value for this FrcEventsEx.
|
int |
hashCode() |
boolean |
isDisregard()
Gets the disregard value for this FrcEventsEx.
|
void |
setDisregard(boolean disregard)
Sets the disregard value for this FrcEventsEx.
|
void |
setEndDateTime(double endDateTime)
Sets the endDateTime value for this FrcEventsEx.
|
void |
setEndImpactPCT(double endImpactPCT)
Sets the endImpactPCT value for this FrcEventsEx.
|
void |
setEventId(int eventId)
Sets the eventId value for this FrcEventsEx.
|
void |
setImpactDurationHrs(int impactDurationHrs)
Sets the impactDurationHrs value for this FrcEventsEx.
|
void |
setImpactStartDateTime(double impactStartDateTime)
Sets the impactStartDateTime value for this FrcEventsEx.
|
void |
setImpactUnit(int impactUnit)
Sets the impactUnit value for this FrcEventsEx.
|
void |
setImpactVector(java.util.List<java.lang.Double> impactVector)
Sets the impactVector value for this FrcEventsEx.
|
void |
setInitImpactPCT(double initImpactPCT)
Sets the initImpactPCT value for this FrcEventsEx.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcEventsEx.
|
void |
setStartDateTime(double startDateTime)
Sets the startDateTime value for this FrcEventsEx.
|
void |
setValue(double value)
Sets the value value for this FrcEventsEx.
|
void |
setVectorSize(int vectorSize)
Sets the vectorSize value for this FrcEventsEx.
|
java.lang.String |
toString() |
FrcEventsEx |
withDisregard(boolean value) |
FrcEventsEx |
withEndDateTime(double value) |
FrcEventsEx |
withEndImpactPCT(double value) |
FrcEventsEx |
withEventId(int value) |
FrcEventsEx |
withImpactDurationHrs(int value) |
FrcEventsEx |
withImpactStartDateTime(double value) |
FrcEventsEx |
withImpactUnit(int value) |
FrcEventsEx |
withImpactVector(java.util.Collection<java.lang.Double> values) |
FrcEventsEx |
withImpactVector(java.lang.Double... values) |
FrcEventsEx |
withInitImpactPCT(double value) |
FrcEventsEx |
withName(java.lang.String value) |
FrcEventsEx |
withStartDateTime(double value) |
FrcEventsEx |
withValue(double value) |
FrcEventsEx |
withVectorSize(int value) |
private static final long serialVersionUID
protected int eventId
protected java.lang.String name
protected double startDateTime
protected double endDateTime
protected double impactStartDateTime
protected double value
protected boolean disregard
protected double initImpactPCT
protected double endImpactPCT
protected int impactUnit
protected int impactDurationHrs
protected int vectorSize
protected java.util.List<java.lang.Double> impactVector
public int getEventId()
public void setEventId(int eventId)
eventId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public double getStartDateTime()
public void setStartDateTime(double startDateTime)
startDateTime
- public double getEndDateTime()
public void setEndDateTime(double endDateTime)
endDateTime
- public double getImpactStartDateTime()
public void setImpactStartDateTime(double impactStartDateTime)
impactStartDateTime
- public double getValue()
public void setValue(double value)
value
- public boolean isDisregard()
public void setDisregard(boolean disregard)
disregard
- public double getInitImpactPCT()
public void setInitImpactPCT(double initImpactPCT)
initImpactPCT
- public double getEndImpactPCT()
public void setEndImpactPCT(double endImpactPCT)
endImpactPCT
- public int getImpactUnit()
public void setImpactUnit(int impactUnit)
impactUnit
- public int getImpactDurationHrs()
public void setImpactDurationHrs(int impactDurationHrs)
impactDurationHrs
- public int getVectorSize()
public void setVectorSize(int vectorSize)
vectorSize
- public java.util.List<java.lang.Double> getImpactVector()
public void setImpactVector(java.util.List<java.lang.Double> impactVector)
impactVector
- public FrcEventsEx withImpactVector(java.util.Collection<java.lang.Double> values)
public FrcEventsEx withImpactVector(java.lang.Double... values)
public FrcEventsEx withVectorSize(int value)
public FrcEventsEx withValue(double value)
public FrcEventsEx withDisregard(boolean value)
public FrcEventsEx withImpactDurationHrs(int value)
public FrcEventsEx withImpactUnit(int value)
public FrcEventsEx withEventId(int value)
public FrcEventsEx withName(java.lang.String value)
public FrcEventsEx withInitImpactPCT(double value)
public FrcEventsEx withEndImpactPCT(double value)
public FrcEventsEx withStartDateTime(double value)
public FrcEventsEx withEndDateTime(double value)
public FrcEventsEx withImpactStartDateTime(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.