Class EnterprisePreAlertingAnnouncement
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
-
- co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
-
- co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement
-
- All Implemented Interfaces:
Serializable
public class EnterprisePreAlertingAnnouncement extends BroadWorksEnterpriseService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequest
Get the Enterprise pre-alerting service settings.static class
EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
Get the Enterprise level pre-alerting service settings.static class
EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequest
Modify the enterprise level pre-alerting service settings.
-
Field Summary
Fields Modifier and Type Field Description EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
preAlertingAnnouncement
static ServiceTag<EnterprisePreAlertingAnnouncement>
tag
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
enterprise
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
serviceProvider
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description EnterprisePreAlertingAnnouncement()
The serializable constructor for the EnterpriseServiceEnterprisePreAlertingAnnouncement(BroadWorksProcess broadWorksProcess, Enterprise enterprise)
Returns a EnterpriseService Object with the Enterprise Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse
getPreAlertingAnnouncement()
Get the Enterprise level pre-alerting service settings.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(BroadWorksProcess broadWorksProcess, Enterprise enterprise)
Adds all available service data to a Enterprise-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
push
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<EnterprisePreAlertingAnnouncement> tag
-
preAlertingAnnouncement
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse preAlertingAnnouncement
-
-
Constructor Detail
-
EnterprisePreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement(BroadWorksProcess broadWorksProcess, Enterprise enterprise)
Returns a EnterpriseService Object with the Enterprise Assigned- Parameters:
enterprise
-
-
EnterprisePreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement()
The serializable constructor for the EnterpriseService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getPreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse getPreAlertingAnnouncement()
Get the Enterprise level pre-alerting service settings. The response is either a EnterprisePreAlertingAnnouncementGetResponse or an ErrorResponse.- Returns:
- the EnterprisePreAlertingAnnouncementGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, Enterprise enterprise)
Adds all available service data to a Enterprise- Specified by:
push
in classBroadWorksEnterpriseService
-
-