Interface Icmpv6MatchFields
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Icmpv6Match
@Generated("mdsal-binding-generator") public interface Icmpv6MatchFields extends org.opendaylight.yangtools.yang.binding.DataObject
ICMP code.This class represents the following YANG schema fragment defined in module opendaylight-match-types
grouping icmpv6-match-fields { leaf icmpv6-type { type uint8; } leaf icmpv6-code { type uint8; } }The schema path to identify an instance is opendaylight-match-types/icmpv6-match-fields
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.common.Uint8getIcmpv6Code()Return icmpv6Code, ornullif it is not present.org.opendaylight.yangtools.yang.common.Uint8getIcmpv6Type()Return icmpv6Type, ornullif it is not present.Class<? extends Icmpv6MatchFields>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends Icmpv6MatchFields> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIcmpv6Type
org.opendaylight.yangtools.yang.common.Uint8 getIcmpv6Type()
Return icmpv6Type, ornullif it is not present.ICMP type.- Returns:
org.opendaylight.yangtools.yang.common.Uint8icmpv6Type, ornullif it is not present.
-
getIcmpv6Code
org.opendaylight.yangtools.yang.common.Uint8 getIcmpv6Code()
Return icmpv6Code, ornullif it is not present.- Returns:
org.opendaylight.yangtools.yang.common.Uint8icmpv6Code, ornullif it is not present.
-
-