Uses of Class
org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input.ClearNeighborsRequestBuilder
-
Packages that use ClearNeighborsRequestBuilder Package Description org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input -
-
Uses of ClearNeighborsRequestBuilder in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input
Methods in org.opendaylight.yang.gen.v1.sonic.gnoi.yang.rev210614.clearneighbors.input that return ClearNeighborsRequestBuilder Modifier and Type Method Description ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsRequest> augmentation)Add an augmentation to this builder's product.ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ClearNeighborsRequest>> augmentationType)Remove an augmentation from this builder's product.ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. setFamily(String value)Set the property corresponding toClearNeighborsRequest.getFamily()to the specified value.ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. setForce(Boolean value)Set the property corresponding toClearNeighborsRequest.getForce()to the specified value.ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. setIfname(String value)Set the property corresponding toClearNeighborsRequest.getIfname()to the specified value.ClearNeighborsRequestBuilderClearNeighborsRequestBuilder. setIp(String value)Set the property corresponding toClearNeighborsRequest.getIp()to the specified value.
-