Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case.DecMplsTtl
Package
Description
-
Uses of DecMplsTtl in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action
Modifier and TypeMethodDescriptionDecMplsTtlCase.getDecMplsTtl()
Return decMplsTtl, ornull
if it is not present.DecMplsTtlCaseBuilder.getDecMplsTtl()
Return current value associated with the property corresponding toDecMplsTtlCase.getDecMplsTtl()
.Modifier and TypeMethodDescriptionDecMplsTtlCaseBuilder.setDecMplsTtl
(DecMplsTtl value) Set the property corresponding toDecMplsTtlCase.getDecMplsTtl()
to the specified value. -
Uses of DecMplsTtl in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<DecMplsTtl>>
E$$DecMplsTtlBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull DecMplsTtl
DecMplsTtlBuilder.build()
A newDecMplsTtl
instance.Modifier and TypeMethodDescriptionstatic boolean
DecMplsTtl.bindingEquals
(@NonNull DecMplsTtl thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
DecMplsTtl.bindingHashCode
(@NonNull DecMplsTtl obj) Default implementation ofObject.hashCode()
contract for this interface.static String
DecMplsTtl.bindingToString
(@NonNull DecMplsTtl obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionDecMplsTtlBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<DecMplsTtl> augmentation) Add an augmentation to this builder's product.DecMplsTtlBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DecMplsTtl>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionDecMplsTtlBuilder
(DecMplsTtl base) Construct a builder initialized with state from specifiedDecMplsTtl
.