java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionOverridesData |
This action class holds information for the QUERY_OVERRIDES
action.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionOverridesData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<String> |
getAddresses()
Get the list of addresses.
| ||||||||||
void |
setAddresses(List<String> addresses)
Set the list of addresses.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the list of addresses. This method is used by clients.
Set the list of addresses. This method is used by plugins.
addresses | list of addresses |
---|