Interface StatefulPreferences

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    StatefulCapabilitiesRpcAug, StatefulCapabilitiesStatsAug

    @Generated("mdsal-binding-generator")
    public interface StatefulPreferences
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module odl-pcep-stateful-stats

     grouping stateful-preferences {
       leaf instantiation {
         type boolean;
         default false;
       }
       leaf stateful {
         type boolean;
         default false;
       }
       leaf active {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is odl-pcep-stateful-stats/stateful-preferences
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends StatefulPreferences> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInstantiation

        Boolean getInstantiation()
        Return instantiation, or null if it is not present.
             
                 Represents peer's instantiation capability.
             
         
        Returns:
        java.lang.Boolean instantiation, or null if it is not present.
      • isInstantiation

        @Deprecated(forRemoval=true)
        default Boolean isInstantiation()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getStateful

        Boolean getStateful()
        Return stateful, or null if it is not present.
             
                 Represents peer's stateful/stateless capability.
             
         
        Returns:
        java.lang.Boolean stateful, or null if it is not present.
      • isStateful

        @Deprecated(forRemoval=true)
        default Boolean isStateful()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getActive

        Boolean getActive()
        Return active, or null if it is not present.
             
                 Represents peer's LSP update capability.
             
         
        Returns:
        java.lang.Boolean active, or null if it is not present.
      • isActive

        @Deprecated(forRemoval=true)
        default Boolean isActive()
        Deprecated, for removal: This API element is subject to removal in a future version.