Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case.SctpSrc
-
-
Uses of SctpSrc in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value that return SctpSrc Modifier and Type Method Description SctpSrc
SctpSrcCase. getSctpSrc()
Return sctpSrc, ornull
if it is not present.SctpSrc
SctpSrcCaseBuilder. getSctpSrc()
Return current value associated with the property corresponding toSctpSrcCase.getSctpSrc()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value with parameters of type SctpSrc Modifier and Type Method Description SctpSrcCaseBuilder
SctpSrcCaseBuilder. setSctpSrc(SctpSrc value)
Set the property corresponding toSctpSrcCase.getSctpSrc()
to the specified value. -
Uses of SctpSrc in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case with type parameters of type SctpSrc Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SctpSrc>>
E$$SctpSrcBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case that return SctpSrc Modifier and Type Method Description @NonNull SctpSrc
SctpSrcBuilder. build()
A newSctpSrc
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case that return types with arguments of type SctpSrc Modifier and Type Method Description default Class<SctpSrc>
SctpSrc. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case with parameters of type SctpSrc Modifier and Type Method Description static boolean
SctpSrc. bindingEquals(@NonNull SctpSrc thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
SctpSrc. bindingHashCode(@NonNull SctpSrc obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
SctpSrc. bindingToString(@NonNull SctpSrc obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case with type arguments of type SctpSrc Modifier and Type Method Description SctpSrcBuilder
SctpSrcBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SctpSrc> augmentation)
Add an augmentation to this builder's product.SctpSrcBuilder
SctpSrcBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SctpSrc>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entry.value.grouping.match.entry.value.sctp.src._case with parameters of type SctpSrc Constructor Description SctpSrcBuilder(SctpSrc base)
Construct a builder initialized with state from specifiedSctpSrc
.
-