Interface Svec

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Svec>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SvecObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader

    public interface Svec
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SvecObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Svec>, Object

    This class represents the following YANG schema fragment defined in module pcep-types

     container svec {
       uses object;
       leaf link-diverse {
         type boolean;
         default false;
       }
       leaf node-diverse {
         type boolean;
         default false;
       }
       leaf srlg-diverse {
         type boolean;
         default false;
       }
       leaf partial-path-diverse {
         type boolean;
         default false;
       }
       leaf link-direction-diverse {
         type boolean;
         default false;
       }
       leaf-list requests-ids {
         type request-id;
       }
     }
     
    The schema path to identify an instance is pcep-types/svec-object/svec

    To create instances of this class use SvecBuilder.

    See Also:
    SvecBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Svec> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Object
        Specified by:
        implementedInterface in interface ObjectHeader
      • isLinkDiverse

        @Nullable Boolean isLinkDiverse()
        Returns:
        java.lang.Boolean linkDiverse, or null if not present
      • isNodeDiverse

        @Nullable Boolean isNodeDiverse()
        Returns:
        java.lang.Boolean nodeDiverse, or null if not present
      • isSrlgDiverse

        @Nullable Boolean isSrlgDiverse()
        Returns:
        java.lang.Boolean srlgDiverse, or null if not present
      • isPartialPathDiverse

        @Nullable Boolean isPartialPathDiverse()
        Returns:
        java.lang.Boolean partialPathDiverse, or null if not present
      • isLinkDirectionDiverse

        @Nullable Boolean isLinkDirectionDiverse()
        Returns:
        java.lang.Boolean linkDirectionDiverse, or null if not present
      • getRequestsIds

        @Nullable List<RequestId> getRequestsIds()
        Returns:
        java.util.List requestsIds, or null if not present