| Constructor and Description |
|---|
RuntimeDevConsoleRoute() |
RuntimeDevConsoleRoute(String groupId,
String artifactId,
String path,
String method) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.ext.web.Route |
apply(io.vertx.ext.web.Router route) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getMethod() |
String |
getPath() |
RuntimeDevConsoleRoute |
setArtifactId(String artifactId) |
RuntimeDevConsoleRoute |
setGroupId(String groupId) |
RuntimeDevConsoleRoute |
setMethod(String method) |
RuntimeDevConsoleRoute |
setPath(String path) |
public RuntimeDevConsoleRoute(String groupId, String artifactId, String path, String method)
public RuntimeDevConsoleRoute()
public String getGroupId()
public RuntimeDevConsoleRoute setGroupId(String groupId)
public String getArtifactId()
public RuntimeDevConsoleRoute setArtifactId(String artifactId)
public String getPath()
public RuntimeDevConsoleRoute setPath(String path)
public String getMethod()
public RuntimeDevConsoleRoute setMethod(String method)
Copyright © 2021 JBoss by Red Hat. All rights reserved.