Interface TrafficMarkingExtendedCommunity
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
TrafficMarkingExtendedCommunityCase,TrafficMarkingExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface TrafficMarkingExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping traffic-marking-extended-community {
container traffic-marking-extended-community {
leaf global-administrator {
type dscp;
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn trafficMarkingExtendedCommunity, ornullif it is not present.Class<? extends TrafficMarkingExtendedCommunity>@NonNull TrafficMarkingExtendedCommunityReturn trafficMarkingExtendedCommunity, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends TrafficMarkingExtendedCommunity> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTrafficMarkingExtendedCommunity
TrafficMarkingExtendedCommunity getTrafficMarkingExtendedCommunity()Return trafficMarkingExtendedCommunity, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.traffic.marking.extended.community.TrafficMarkingExtendedCommunitytrafficMarkingExtendedCommunity, ornullif it is not present.
-
nonnullTrafficMarkingExtendedCommunity
@NonNull TrafficMarkingExtendedCommunity nonnullTrafficMarkingExtendedCommunity()Return trafficMarkingExtendedCommunity, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.traffic.marking.extended.community.TrafficMarkingExtendedCommunitytrafficMarkingExtendedCommunity, or an empty instance if it is not present.
-