Interface ProtectionSubobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ProtectionSubobject>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ProtectionSubobject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    @Generated("mdsal-binding-generator")
    public interface ProtectionSubobject
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ProtectionSubobject>, org.opendaylight.yangtools.yang.binding.Augmentable<ProtectionSubobject>

    This class represents the following YANG schema fragment defined in module rsvp

     container protection-subobject {
       leaf secondary {
         type boolean;
         default false;
       }
       leaf protecting {
         type boolean;
         default false;
       }
       leaf notification {
         type boolean;
         default false;
       }
       leaf operational {
         type boolean;
         default false;
       }
       leaf lsp-flag {
         type lsp-flag;
       }
       leaf link-flags {
         type link-flags;
       }
       leaf in-place {
         type boolean;
         default false;
       }
       leaf required {
         type boolean;
         default false;
       }
       leaf seg-flag {
         type lsp-flag;
       }
     }
     
    The schema path to identify an instance is rsvp/protection-subobject/protection-subobject

    To create instances of this class use ProtectionSubobjectBuilder.

    See Also:
    ProtectionSubobjectBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ProtectionSubobject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • bindingHashCode

        static int bindingHashCode​(@NonNull ProtectionSubobject obj)
        Default implementation of Object.hashCode() contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent hashing results across all implementations.
        Parameters:
        obj - Object for which to generate hashCode() result.
        Returns:
        Hash code value of data modeled by this interface.
        Throws:
        NullPointerException - if obj is null
      • bindingEquals

        static boolean bindingEquals​(@NonNull ProtectionSubobject thisObj,
                                     Object obj)
        Default implementation of Object.equals(Object) contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent equality results across all implementations.
        Parameters:
        thisObj - Object acting as the receiver of equals invocation
        obj - Object acting as argument to equals invocation
        Returns:
        True if thisObj and obj are considered equal
        Throws:
        NullPointerException - if thisObj is null
      • bindingToString

        static String bindingToString​(@NonNull ProtectionSubobject obj)
        Default implementation of Object.toString() contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.
        Parameters:
        obj - Object for which to generate toString() result.
        Returns:
        String value of data modeled by this interface.
        Throws:
        NullPointerException - if obj is null
      • getSecondary

        Boolean getSecondary()
        Return secondary, or null if it is not present.
        Returns:
        java.lang.Boolean secondary, or null if it is not present.
      • isSecondary

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

        Boolean getProtecting()
        Return protecting, or null if it is not present.
        Returns:
        java.lang.Boolean protecting, or null if it is not present.
      • isProtecting

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

        Boolean getNotification()
        Return notification, or null if it is not present.
        Returns:
        java.lang.Boolean notification, or null if it is not present.
      • isNotification

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

        Boolean getOperational()
        Return operational, or null if it is not present.
        Returns:
        java.lang.Boolean operational, or null if it is not present.
      • isOperational

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

        LspFlag getLspFlag()
        Return lspFlag, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag lspFlag, or null if it is not present.
      • getLinkFlags

        LinkFlags getLinkFlags()
        Return linkFlags, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags linkFlags, or null if it is not present.
      • getInPlace

        Boolean getInPlace()
        Return inPlace, or null if it is not present.
        Returns:
        java.lang.Boolean inPlace, or null if it is not present.
      • isInPlace

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

        Boolean getRequired()
        Return required, or null if it is not present.
        Returns:
        java.lang.Boolean required, or null if it is not present.
      • isRequired

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

        LspFlag getSegFlag()
        Return segFlag, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag segFlag, or null if it is not present.