Interface ClearNeighborsRequest

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

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

    This class represents the following YANG schema fragment defined in module sonic-gnoi-yang

     grouping ClearNeighborsRequest {
       leaf force {
         type boolean;
       }
       leaf family {
         type string;
       }
       leaf ip {
         type string;
       }
       leaf ifname {
         type string;
       }
     }
     
    The schema path to identify an instance is sonic-gnoi-yang/ClearNeighborsRequest
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Boolean getForce()
        Return force, or null if it is not present.
        Returns:
        java.lang.Boolean force, or null if it is not present.
      • isForce

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

        String getFamily()
        Return family, or null if it is not present.
        Returns:
        java.lang.String family, or null if it is not present.
      • getIp

        String getIp()
        Return ip, or null if it is not present.
        Returns:
        java.lang.String ip, or null if it is not present.
      • getIfname

        String getIfname()
        Return ifname, or null if it is not present.
        Returns:
        java.lang.String ifname, or null if it is not present.