Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement.Actions
Package
Description
-
Uses of Actions in org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry
Modifier and TypeMethodDescriptionorg.opendaylight.yangtools.concepts.AbstractRegistration
StatementRegistry.registerActionPolicy
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Actions>> actionPolicyClass, ActionsAugPolicy actionPolicy) @NonNull org.opendaylight.yangtools.concepts.AbstractRegistration
StatementRegistryProvider.registerActionPolicy
(@NonNull Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Actions>> actionPolicyClass, @NonNull ActionsAugPolicy actionPolicy) Register Action Policy Augmentation handler. -
Uses of Actions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements
Modifier and TypeMethodDescriptionStatement.getActions()
Return actions, ornull
if it is not present.StatementBuilder.getActions()
Return current value associated with the property corresponding toStatement.getActions()
.@NonNull Actions
Statement.nonnullActions()
Return actions, or an empty instance if it is not present.Modifier and TypeMethodDescriptionStatementBuilder.setActions
(Actions value) Set the property corresponding toStatement.getActions()
to the specified value. -
Uses of Actions in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.policy.definition.statements.statement
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Actions>>
E$$ActionsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Actions
ActionsBuilder.build()
A newActions
instance.static @NonNull Actions
ActionsBuilder.empty()
Get empty instance of Actions.Modifier and TypeMethodDescriptionstatic boolean
Actions.bindingEquals
(@NonNull Actions thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Actions.bindingHashCode
(@NonNull Actions obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Actions.bindingToString
(@NonNull Actions obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionActionsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Actions> augmentation) Add an augmentation to this builder's product.ActionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Actions>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionActionsBuilder
(Actions base) Construct a builder initialized with state from specifiedActions
.