public class NotifdConfiguration extends Object implements Serializable
Constructor and Description |
---|
NotifdConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addAutoAcknowledge(AutoAcknowledge vAutoAcknowledge) |
void |
addAutoAcknowledge(int index,
AutoAcknowledge vAutoAcknowledge) |
void |
addOutageCalendar(int index,
String vOutageCalendar) |
void |
addOutageCalendar(String vOutageCalendar) |
void |
addQueue(int index,
Queue vQueue) |
void |
addQueue(Queue vQueue) |
void |
deleteMatchAll() |
void |
deleteNumericSkipResolutionPrefix() |
Enumeration<AutoAcknowledge> |
enumerateAutoAcknowledge()
Method enumerateAutoAcknowledge.
|
Enumeration<String> |
enumerateOutageCalendar()
Method enumerateOutageCalendar.
|
Enumeration<Queue> |
enumerateQueue()
Method enumerateQueue.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getAcknowledgeIdSql()
Returns the value of field 'acknowledgeIdSql'.
|
String |
getAcknowledgeUpdateSql()
Returns the value of field 'acknowledgeUpdateSql'.
|
AutoAcknowledge[] |
getAutoAcknowledge()
Method getAutoAcknowledge.Returns the contents of the collection in an
Array.
|
AutoAcknowledge |
getAutoAcknowledge(int index)
Method getAutoAcknowledge.
|
AutoAcknowledgeAlarm |
getAutoAcknowledgeAlarm()
Returns the value of field 'autoAcknowledgeAlarm'.
|
List<AutoAcknowledge> |
getAutoAcknowledgeCollection()
Method getAutoAcknowledgeCollection.Returns a reference to
'autoAcknowledgeList'.
|
int |
getAutoAcknowledgeCount()
Method getAutoAcknowledgeCount.
|
String |
getEmailAddressCommand()
Returns the value of field 'emailAddressCommand'.
|
Boolean |
getMatchAll()
Returns the value of field 'matchAll'.
|
String |
getNextGroupId()
Returns the value of field 'nextGroupId'.
|
String |
getNextNotifId()
Returns the value of field 'nextNotifId'.
|
String |
getNextUserNotifId()
Returns the value of field 'nextUserNotifId'.
|
Boolean |
getNumericSkipResolutionPrefix()
Returns the value of field 'numericSkipResolutionPrefix'.
|
String[] |
getOutageCalendar()
Method getOutageCalendar.Returns the contents of the collection in an
Array.
|
String |
getOutageCalendar(int index)
Method getOutageCalendar.
|
List<String> |
getOutageCalendarCollection()
Method getOutageCalendarCollection.Returns a reference to
'outageCalendarList'.
|
int |
getOutageCalendarCount()
Method getOutageCalendarCount.
|
String |
getOutstandingNoticesSql()
Returns the value of field 'outstandingNoticesSql'.
|
String |
getPagesSent()
Returns the value of field 'pagesSent'.
|
Queue[] |
getQueue()
Method getQueue.Returns the contents of the collection in an Array.
|
Queue |
getQueue(int index)
Method getQueue.
|
List<Queue> |
getQueueCollection()
Method getQueueCollection.Returns a reference to 'queueList'.
|
int |
getQueueCount()
Method getQueueCount.
|
String |
getServiceIdSql()
Returns the value of field 'serviceIdSql'.
|
String |
getStatus()
Returns the value of field 'status'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasMatchAll()
Method hasMatchAll.
|
boolean |
hasNumericSkipResolutionPrefix()
Method hasNumericSkipResolutionPrefix.
|
Boolean |
isMatchAll()
Returns the value of field 'matchAll'.
|
Boolean |
isNumericSkipResolutionPrefix()
Returns the value of field 'numericSkipResolutionPrefix'.
|
Iterator<AutoAcknowledge> |
iterateAutoAcknowledge()
Method iterateAutoAcknowledge.
|
Iterator<String> |
iterateOutageCalendar()
Method iterateOutageCalendar.
|
Iterator<Queue> |
iterateQueue()
Method iterateQueue.
|
void |
removeAllAutoAcknowledge() |
void |
removeAllOutageCalendar() |
void |
removeAllQueue() |
boolean |
removeAutoAcknowledge(AutoAcknowledge vAutoAcknowledge)
Method removeAutoAcknowledge.
|
AutoAcknowledge |
removeAutoAcknowledgeAt(int index)
Method removeAutoAcknowledgeAt.
|
boolean |
removeOutageCalendar(String vOutageCalendar)
Method removeOutageCalendar.
|
String |
removeOutageCalendarAt(int index)
Method removeOutageCalendarAt.
|
boolean |
removeQueue(Queue vQueue)
Method removeQueue.
|
Queue |
removeQueueAt(int index)
Method removeQueueAt.
|
void |
setAcknowledgeIdSql(String acknowledgeIdSql)
Sets the value of field 'acknowledgeIdSql'.
|
void |
setAcknowledgeUpdateSql(String acknowledgeUpdateSql)
Sets the value of field 'acknowledgeUpdateSql'.
|
void |
setAutoAcknowledge(AutoAcknowledge[] vAutoAcknowledgeArray) |
void |
setAutoAcknowledge(int index,
AutoAcknowledge vAutoAcknowledge) |
void |
setAutoAcknowledge(List<AutoAcknowledge> vAutoAcknowledgeList)
Sets the value of 'autoAcknowledgeList' by copying the given Vector.
|
void |
setAutoAcknowledgeAlarm(AutoAcknowledgeAlarm autoAcknowledgeAlarm)
Sets the value of field 'autoAcknowledgeAlarm'.
|
void |
setAutoAcknowledgeCollection(List<AutoAcknowledge> autoAcknowledgeList)
Deprecated.
|
void |
setEmailAddressCommand(String emailAddressCommand)
Sets the value of field 'emailAddressCommand'.
|
void |
setMatchAll(Boolean matchAll)
Sets the value of field 'matchAll'.
|
void |
setNextGroupId(String nextGroupId)
Sets the value of field 'nextGroupId'.
|
void |
setNextNotifId(String nextNotifId)
Sets the value of field 'nextNotifId'.
|
void |
setNextUserNotifId(String nextUserNotifId)
Sets the value of field 'nextUserNotifId'.
|
void |
setNumericSkipResolutionPrefix(Boolean numericSkipResolutionPrefix)
Sets the value of field 'numericSkipResolutionPrefix'.
|
void |
setOutageCalendar(int index,
String vOutageCalendar) |
void |
setOutageCalendar(List<String> vOutageCalendarList)
Sets the value of 'outageCalendarList' by copying the given Vector.
|
void |
setOutageCalendar(String[] vOutageCalendarArray) |
void |
setOutageCalendarCollection(List<String> outageCalendarList)
Deprecated.
|
void |
setOutstandingNoticesSql(String outstandingNoticesSql)
Sets the value of field 'outstandingNoticesSql'.
|
void |
setPagesSent(String pagesSent)
Sets the value of field 'pagesSent'.
|
void |
setQueue(int index,
Queue vQueue) |
void |
setQueue(List<Queue> vQueueList)
Sets the value of 'queueList' by copying the given Vector.
|
void |
setQueue(Queue[] vQueueArray) |
void |
setQueueCollection(List<Queue> queueList)
Deprecated.
|
void |
setServiceIdSql(String serviceIdSql)
Sets the value of field 'serviceIdSql'.
|
void |
setStatus(String status)
Sets the value of field 'status'.
|
public void addAutoAcknowledge(AutoAcknowledge vAutoAcknowledge) throws IndexOutOfBoundsException
vAutoAcknowledge
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addAutoAcknowledge(int index, AutoAcknowledge vAutoAcknowledge) throws IndexOutOfBoundsException
index
- vAutoAcknowledge
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addOutageCalendar(String vOutageCalendar) throws IndexOutOfBoundsException
vOutageCalendar
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addOutageCalendar(int index, String vOutageCalendar) throws IndexOutOfBoundsException
index
- vOutageCalendar
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addQueue(Queue vQueue) throws IndexOutOfBoundsException
vQueue
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addQueue(int index, Queue vQueue) throws IndexOutOfBoundsException
index
- vQueue
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void deleteMatchAll()
public void deleteNumericSkipResolutionPrefix()
public Enumeration<AutoAcknowledge> enumerateAutoAcknowledge()
public Enumeration<String> enumerateOutageCalendar()
public Enumeration<Queue> enumerateQueue()
public boolean equals(Object obj)
public String getAcknowledgeIdSql()
public String getAcknowledgeUpdateSql()
public AutoAcknowledge getAutoAcknowledge(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic AutoAcknowledge[] getAutoAcknowledge()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public AutoAcknowledgeAlarm getAutoAcknowledgeAlarm()
public List<AutoAcknowledge> getAutoAcknowledgeCollection()
public int getAutoAcknowledgeCount()
public String getEmailAddressCommand()
public Boolean getMatchAll()
public String getNextGroupId()
public String getNextNotifId()
public String getNextUserNotifId()
public Boolean getNumericSkipResolutionPrefix()
public String getOutageCalendar(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic String[] getOutageCalendar()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<String> getOutageCalendarCollection()
public int getOutageCalendarCount()
public String getOutstandingNoticesSql()
public String getPagesSent()
public Queue getQueue(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Queue[] getQueue()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<Queue> getQueueCollection()
public int getQueueCount()
public String getServiceIdSql()
public String getStatus()
public boolean hasMatchAll()
public boolean hasNumericSkipResolutionPrefix()
public int hashCode()
public Boolean isMatchAll()
public Boolean isNumericSkipResolutionPrefix()
public Iterator<AutoAcknowledge> iterateAutoAcknowledge()
public Iterator<String> iterateOutageCalendar()
public Iterator<Queue> iterateQueue()
public void removeAllAutoAcknowledge()
public void removeAllOutageCalendar()
public void removeAllQueue()
public boolean removeAutoAcknowledge(AutoAcknowledge vAutoAcknowledge)
vAutoAcknowledge
- public AutoAcknowledge removeAutoAcknowledgeAt(int index)
index
- public boolean removeOutageCalendar(String vOutageCalendar)
vOutageCalendar
- public String removeOutageCalendarAt(int index)
index
- public boolean removeQueue(Queue vQueue)
vQueue
- public Queue removeQueueAt(int index)
index
- public void setAcknowledgeIdSql(String acknowledgeIdSql)
acknowledgeIdSql
- the value of field 'acknowledgeIdSql'.public void setAcknowledgeUpdateSql(String acknowledgeUpdateSql)
acknowledgeUpdateSql
- the value of field 'acknowledgeUpdateSql'.public void setAutoAcknowledge(int index, AutoAcknowledge vAutoAcknowledge) throws IndexOutOfBoundsException
index
- vAutoAcknowledge
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setAutoAcknowledge(AutoAcknowledge[] vAutoAcknowledgeArray)
vAutoAcknowledgeArray
- public void setAutoAcknowledge(List<AutoAcknowledge> vAutoAcknowledgeList)
vAutoAcknowledgeList
- the Vector to copy.public void setAutoAcknowledgeAlarm(AutoAcknowledgeAlarm autoAcknowledgeAlarm)
autoAcknowledgeAlarm
- the value of field 'autoAcknowledgeAlarm'.public void setAutoAcknowledgeCollection(List<AutoAcknowledge> autoAcknowledgeList)
autoAcknowledgeList
- the Vector to set.public void setEmailAddressCommand(String emailAddressCommand)
emailAddressCommand
- the value of field 'emailAddressCommand'.public void setMatchAll(Boolean matchAll)
matchAll
- the value of field 'matchAll'.public void setNextGroupId(String nextGroupId)
nextGroupId
- the value of field 'nextGroupId'.public void setNextNotifId(String nextNotifId)
nextNotifId
- the value of field 'nextNotifId'.public void setNextUserNotifId(String nextUserNotifId)
nextUserNotifId
- the value of field 'nextUserNotifId'.public void setNumericSkipResolutionPrefix(Boolean numericSkipResolutionPrefix)
numericSkipResolutionPrefix
- the value of field
'numericSkipResolutionPrefix'.public void setOutageCalendar(int index, String vOutageCalendar) throws IndexOutOfBoundsException
index
- vOutageCalendar
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setOutageCalendar(String[] vOutageCalendarArray)
vOutageCalendarArray
- public void setOutageCalendar(List<String> vOutageCalendarList)
vOutageCalendarList
- the Vector to copy.public void setOutageCalendarCollection(List<String> outageCalendarList)
outageCalendarList
- the Vector to set.public void setOutstandingNoticesSql(String outstandingNoticesSql)
outstandingNoticesSql
- the value of field 'outstandingNoticesSql'.public void setPagesSent(String pagesSent)
pagesSent
- the value of field 'pagesSent'.public void setQueue(int index, Queue vQueue) throws IndexOutOfBoundsException
index
- vQueue
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setQueue(Queue[] vQueueArray)
vQueueArray
- public void setQueue(List<Queue> vQueueList)
vQueueList
- the Vector to copy.public void setQueueCollection(List<Queue> queueList)
queueList
- the Vector to set.public void setServiceIdSql(String serviceIdSql)
serviceIdSql
- the value of field 'serviceIdSql'.public void setStatus(String status)
status
- the value of field 'status'.Copyright © 2017. All rights reserved.