public class Cliff extends Object implements Serializable, Comparable<Cliff>
| Constructor and Description |
|---|
Cliff() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Cliff target) |
boolean |
equals(Object o) |
Phylum |
getAuthorizer() |
Ostium |
getAuthorizor() |
io.vertx.core.json.JsonObject |
getConfig() |
int |
getOrder() |
String |
getPath() |
Object |
getProxy() |
io.vertx.up.eon.em.WallType |
getType() |
int |
hashCode() |
boolean |
isDefined() |
void |
setConfig(io.vertx.core.json.JsonObject config) |
void |
setDefined(boolean defined) |
void |
setOrder(int order) |
void |
setPath(String path) |
void |
setProxy(Object proxy) |
void |
setType(io.vertx.up.eon.em.WallType type) |
String |
toString() |
public Phylum getAuthorizer()
public Ostium getAuthorizor()
public boolean isDefined()
public void setDefined(boolean defined)
public String getPath()
public void setPath(String path)
public int getOrder()
public void setOrder(int order)
public io.vertx.core.json.JsonObject getConfig()
public void setConfig(io.vertx.core.json.JsonObject config)
public io.vertx.up.eon.em.WallType getType()
public void setType(io.vertx.up.eon.em.WallType type)
public Object getProxy()
public void setProxy(Object proxy)
public int compareTo(Cliff target)
compareTo in interface Comparable<Cliff>Copyright © 2019. All rights reserved.