Interface ClasstypeObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
FailureCase,LspAttributes,P2p,PathDefinition,Paths
@Generated("mdsal-binding-generator")
public interface ClasstypeObject
extends org.opendaylight.yangtools.binding.Grouping
CLASSTYPE Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping classtype-object {
container class-type {
uses object;
leaf class-type {
type class-type;
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn classType, ornullif it is not present.@NonNull ClassTypeReturn classType, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getClassType
ClassType getClassType()Return classType, ornullif it is not present.- Returns:
ClassTypeclassType, ornullif it is not present.
-
nonnullClassType
@NonNull ClassType nonnullClassType()Return classType, or an empty instance if it is not present.- Returns:
ClassTypeclassType, or an empty instance if it is not present.
-