Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case.DecMplsTtl
Packages that use DecMplsTtl
Package
Description
-
Uses of DecMplsTtl in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action that return DecMplsTtlModifier and TypeMethodDescriptionDecMplsTtlCase.getDecMplsTtl()
Return decMplsTtl, ornull
if it is not present.DecMplsTtlCaseBuilder.getDecMplsTtl()
Return current value associated with the property corresponding toDecMplsTtlCase.getDecMplsTtl()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type DecMplsTtlModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case with type parameters of type DecMplsTtlModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case that return DecMplsTtlModifier and TypeMethodDescription@NonNull DecMplsTtl
DecMplsTtlBuilder.build()
A newDecMplsTtl
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case that return types with arguments of type DecMplsTtlMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case with parameters of type DecMplsTtlModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case with type arguments of type DecMplsTtlModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.dec.mpls.ttl._case with parameters of type DecMplsTtlModifierConstructorDescriptionDecMplsTtlBuilder
(DecMplsTtl base) Construct a builder initialized with state from specifiedDecMplsTtl
.