public class FrcEvents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
endImpactPCT
End impact %
|
protected int |
eventId
Event ID
|
protected int |
impactDurationHrs
Impact duration, in hours
|
protected int |
impactUnit
Impact unit: days/hours
|
protected java.util.List<java.lang.Double> |
impactVector
Impact percentage array
|
protected double |
initImpactPCT
Initial impact %
|
private static long |
serialVersionUID |
protected int |
vectorSize
Impact array size
|
Constructor and Description |
---|
FrcEvents() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getEndImpactPCT()
Gets the endImpactPCT value for this FrcEvents.
|
int |
getEventId()
Gets the eventId value for this FrcEvents.
|
int |
getImpactDurationHrs()
Gets the impactDurationHrs value for this FrcEvents.
|
int |
getImpactUnit()
Gets the impactUnit value for this FrcEvents.
|
java.util.List<java.lang.Double> |
getImpactVector()
Gets the impactVector value for this FrcEvents.
|
double |
getInitImpactPCT()
Gets the initImpactPCT value for this FrcEvents.
|
int |
getVectorSize()
Gets the vectorSize value for this FrcEvents.
|
int |
hashCode() |
void |
setEndImpactPCT(double endImpactPCT)
Sets the endImpactPCT value for this FrcEvents.
|
void |
setEventId(int eventId)
Sets the eventId value for this FrcEvents.
|
void |
setImpactDurationHrs(int impactDurationHrs)
Sets the impactDurationHrs value for this FrcEvents.
|
void |
setImpactUnit(int impactUnit)
Sets the impactUnit value for this FrcEvents.
|
void |
setImpactVector(java.util.List<java.lang.Double> impactVector)
Sets the impactVector value for this FrcEvents.
|
void |
setInitImpactPCT(double initImpactPCT)
Sets the initImpactPCT value for this FrcEvents.
|
void |
setVectorSize(int vectorSize)
Sets the vectorSize value for this FrcEvents.
|
java.lang.String |
toString() |
FrcEvents |
withEndImpactPCT(double value) |
FrcEvents |
withEventId(int value) |
FrcEvents |
withImpactDurationHrs(int value) |
FrcEvents |
withImpactUnit(int value) |
FrcEvents |
withImpactVector(java.util.Collection<java.lang.Double> values) |
FrcEvents |
withImpactVector(java.lang.Double... values) |
FrcEvents |
withInitImpactPCT(double value) |
FrcEvents |
withVectorSize(int value) |
private static final long serialVersionUID
protected int eventId
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 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 FrcEvents withImpactVector(java.util.Collection<java.lang.Double> values)
public FrcEvents withImpactVector(java.lang.Double... values)
public FrcEvents withVectorSize(int value)
public FrcEvents withImpactDurationHrs(int value)
public FrcEvents withImpactUnit(int value)
public FrcEvents withEventId(int value)
public FrcEvents withInitImpactPCT(double value)
public FrcEvents withEndImpactPCT(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.