public class FrcTemplateData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
periodEnd
Date for overlap template, any date which translates to weekdays Sun-Sat
|
protected double |
periodStart
Date for overlap template, any date which translates to weekdays Sun-Sat
|
private static long |
serialVersionUID |
protected int |
templateId
Template ID
|
protected java.util.List<java.lang.Integer> |
weekdays
Applicable weekdays, 1 - Monday, ...
|
protected int |
weekdaysArraySize
Weekdays arrays size
|
Constructor and Description |
---|
FrcTemplateData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getPeriodEnd()
Gets the periodEnd value for this FrcTemplateData.
|
double |
getPeriodStart()
Gets the periodStart value for this FrcTemplateData.
|
int |
getTemplateId()
Gets the templateId value for this FrcTemplateData.
|
java.util.List<java.lang.Integer> |
getWeekdays()
Gets the weekdays value for this FrcTemplateData.
|
int |
getWeekdaysArraySize()
Gets the weekdaysArraySize value for this FrcTemplateData.
|
int |
hashCode() |
void |
setPeriodEnd(double periodEnd)
Sets the periodEnd value for this FrcTemplateData.
|
void |
setPeriodStart(double periodStart)
Sets the periodStart value for this FrcTemplateData.
|
void |
setTemplateId(int templateId)
Sets the templateId value for this FrcTemplateData.
|
void |
setWeekdays(java.util.List<java.lang.Integer> weekdays)
Sets the weekdays value for this FrcTemplateData.
|
void |
setWeekdaysArraySize(int weekdaysArraySize)
Sets the weekdaysArraySize value for this FrcTemplateData.
|
java.lang.String |
toString() |
FrcTemplateData |
withPeriodEnd(double value) |
FrcTemplateData |
withPeriodStart(double value) |
FrcTemplateData |
withTemplateId(int value) |
FrcTemplateData |
withWeekdays(java.util.Collection<java.lang.Integer> values) |
FrcTemplateData |
withWeekdays(java.lang.Integer... values) |
FrcTemplateData |
withWeekdaysArraySize(int value) |
private static final long serialVersionUID
protected int templateId
protected double periodStart
protected double periodEnd
protected int weekdaysArraySize
protected java.util.List<java.lang.Integer> weekdays
public int getTemplateId()
public void setTemplateId(int templateId)
templateId
- public double getPeriodStart()
public void setPeriodStart(double periodStart)
periodStart
- public double getPeriodEnd()
public void setPeriodEnd(double periodEnd)
periodEnd
- public int getWeekdaysArraySize()
public void setWeekdaysArraySize(int weekdaysArraySize)
weekdaysArraySize
- public java.util.List<java.lang.Integer> getWeekdays()
public void setWeekdays(java.util.List<java.lang.Integer> weekdays)
weekdays
- public FrcTemplateData withWeekdays(java.util.Collection<java.lang.Integer> values)
public FrcTemplateData withWeekdays(java.lang.Integer... values)
public FrcTemplateData withWeekdaysArraySize(int value)
public FrcTemplateData withTemplateId(int value)
public FrcTemplateData withPeriodStart(double value)
public FrcTemplateData withPeriodEnd(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.