|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.digipost.api.client.representations.SmsNotification
public class SmsNotification
Field Summary | |
---|---|
protected List<Integer> |
afterHours
|
protected List<ListedTime> |
ats
|
Constructor Summary | |
---|---|
SmsNotification()
|
|
SmsNotification(int afterHours)
|
|
SmsNotification(List<ListedTime> ats,
List<Integer> afterHours)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ListedTime> ats
protected List<Integer> afterHours
Constructor Detail |
---|
public SmsNotification()
public SmsNotification(int afterHours)
public SmsNotification(List<ListedTime> ats, List<Integer> afterHours)
Method Detail |
---|
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)
public void setAfterHours(List<Integer> value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |