Add RestconfQueryParam
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / legacy / QueryParameters.java
index 762a614a67b7acdee1eea79e1caeb50a3ff1fc61..52a72c8cbbcf0e19c196514609ae2f9858c39f8a 100644 (file)
@@ -14,7 +14,7 @@ import java.util.List;
 import java.util.Set;
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.jdt.annotation.Nullable;
-import org.opendaylight.restconf.nb.rfc8040.DepthParameter;
+import org.opendaylight.restconf.nb.rfc8040.DepthParam;
 import org.opendaylight.restconf.nb.rfc8040.ReadDataParams;
 import org.opendaylight.yangtools.yang.common.QName;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
@@ -61,7 +61,7 @@ public final class QueryParameters {
         return params;
     }
 
-    public @Nullable DepthParameter depth() {
+    public @Nullable DepthParam depth() {
         return params.depth();
     }