AlertSimulatorBundlesRequestProperties Class

public final class AlertSimulatorBundlesRequestProperties
extends AlertSimulatorRequestProperties

Simulate alerts according to this bundles.

Constructor Summary

Constructor Description
AlertSimulatorBundlesRequestProperties()

Creates an instance of AlertSimulatorBundlesRequestProperties class.

Method Summary

Modifier and Type Method and Description
List<BundleType> bundles()

Get the bundles property: Bundles list.

void validate()

Validates the instance.

AlertSimulatorBundlesRequestProperties withBundles(List<BundleType> bundles)

Set the bundles property: Bundles list.

Methods inherited from AlertSimulatorRequestProperties

Methods inherited from java.lang.Object

Constructor Details

AlertSimulatorBundlesRequestProperties

public AlertSimulatorBundlesRequestProperties()

Creates an instance of AlertSimulatorBundlesRequestProperties class.

Method Details

bundles

public List bundles()

Get the bundles property: Bundles list.

Returns:

the bundles value.

validate

public void validate()

Validates the instance.

Overrides:

AlertSimulatorBundlesRequestProperties.validate()

withBundles

public AlertSimulatorBundlesRequestProperties withBundles(List bundles)

Set the bundles property: Bundles list.

Parameters:

bundles - the bundles value to set.

Returns:

the AlertSimulatorBundlesRequestProperties object itself.

Applies to