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 Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetFamily()Return family, ornullif it is not present.BooleangetForce()Return force, ornullif it is not present.StringgetIfname()Return ifname, ornullif it is not present.StringgetIp()Return ip, ornullif it is not present.Class<? extends ClearNeighborsRequest>implementedInterface()default BooleanisForce()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
implementedInterface
Class<? extends ClearNeighborsRequest> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getForce
Boolean getForce()
Return force, ornullif it is not present.- Returns:
java.lang.Booleanforce, ornullif 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, ornullif it is not present.- Returns:
java.lang.Stringfamily, ornullif it is not present.
-
getIp
String getIp()
Return ip, ornullif it is not present.- Returns:
java.lang.Stringip, ornullif it is not present.
-
getIfname
String getIfname()
Return ifname, ornullif it is not present.- Returns:
java.lang.Stringifname, ornullif it is not present.
-
-