Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions.PolicyDefinition
Package
Description
-
Uses of PolicyDefinition in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy
Modifier and TypeMethodDescription@Nullable Map
<PolicyDefinitionKey, PolicyDefinition> PolicyDefinitions.getPolicyDefinition()
Return policyDefinition, ornull
if it is not present.PolicyDefinitionsBuilder.getPolicyDefinition()
Return current value associated with the property corresponding toPolicyDefinitions.getPolicyDefinition()
.default @NonNull Map
<PolicyDefinitionKey, PolicyDefinition> PolicyDefinitions.nonnullPolicyDefinition()
Return policyDefinition, or an empty list if it is not present.Modifier and TypeMethodDescriptionPolicyDefinitionsBuilder.setPolicyDefinition
(Map<PolicyDefinitionKey, PolicyDefinition> values) Set the property corresponding toPolicyDefinitions.getPolicyDefinition()
to the specified value. -
Uses of PolicyDefinition in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.routing.policy.rev151009.routing.policy.top.routing.policy.policy.definitions
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PolicyDefinition>>
E$$PolicyDefinitionBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PolicyDefinition
PolicyDefinitionBuilder.build()
A newPolicyDefinition
instance.Modifier and TypeMethodDescriptiondefault Class
<PolicyDefinition> PolicyDefinition.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
PolicyDefinition.bindingEquals
(@NonNull PolicyDefinition thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PolicyDefinition.bindingHashCode
(@NonNull PolicyDefinition obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PolicyDefinition.bindingToString
(@NonNull PolicyDefinition obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPolicyDefinitionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PolicyDefinition> augmentation) Add an augmentation to this builder's product.PolicyDefinitionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PolicyDefinition>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPolicyDefinition
.