public class SmsNotification extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
afterHours |
protected List<ListedTime> |
ats |
Constructor and Description |
---|
SmsNotification() |
SmsNotification(int afterHours) |
SmsNotification(List<ListedTime> ats,
List<Integer> afterHours) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getAfterHours()
Gets the value of the afterHours property.
|
List<ListedTime> |
getAts()
Gets the value of the ats property.
|
void |
setAfterHours(List<Integer> value) |
void |
setAts(List<ListedTime> value) |
protected List<ListedTime> ats
public SmsNotification()
public SmsNotification(int afterHours)
public SmsNotification(List<ListedTime> ats, List<Integer> afterHours)
public List<ListedTime> getAts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the ats property.
For example, to add a new item, do as follows:
getAts().add(newItem);
Objects of the following type(s) are allowed in the list
ListedTime
public List<Integer> getAfterHours()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the afterHours property.
For example, to add a new item, do as follows:
getAfterHours().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public void setAts(List<ListedTime> value)
Copyright © 2013 Digipost Open Source. All Rights Reserved.