Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case.CopyTtlIn
-
-
Uses of CopyTtlIn 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 CopyTtlIn Modifier and Type Method Description CopyTtlIn
CopyTtlInCase. getCopyTtlIn()
Return copyTtlIn, ornull
if it is not present.CopyTtlIn
CopyTtlInCaseBuilder. getCopyTtlIn()
Return current value associated with the property corresponding toCopyTtlInCase.getCopyTtlIn()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action with parameters of type CopyTtlIn Modifier and Type Method Description CopyTtlInCaseBuilder
CopyTtlInCaseBuilder. setCopyTtlIn(CopyTtlIn value)
Set the property corresponding toCopyTtlInCase.getCopyTtlIn()
to the specified value. -
Uses of CopyTtlIn in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case with type parameters of type CopyTtlIn Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyTtlIn>>
E$$CopyTtlInBuilder. 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.copy.ttl.in._case that return CopyTtlIn Modifier and Type Method Description @NonNull CopyTtlIn
CopyTtlInBuilder. build()
A newCopyTtlIn
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case that return types with arguments of type CopyTtlIn Modifier and Type Method Description default Class<CopyTtlIn>
CopyTtlIn. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case with parameters of type CopyTtlIn Modifier and Type Method Description static boolean
CopyTtlIn. bindingEquals(@NonNull CopyTtlIn thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
CopyTtlIn. bindingHashCode(@NonNull CopyTtlIn obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
CopyTtlIn. bindingToString(@NonNull CopyTtlIn obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case with type arguments of type CopyTtlIn Modifier and Type Method Description CopyTtlInBuilder
CopyTtlInBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CopyTtlIn> augmentation)
Add an augmentation to this builder's product.CopyTtlInBuilder
CopyTtlInBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CopyTtlIn>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.copy.ttl.in._case with parameters of type CopyTtlIn Constructor Description CopyTtlInBuilder(CopyTtlIn base)
Construct a builder initialized with state from specifiedCopyTtlIn
.
-