public class ProfileRole extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ProfileGroup |
getGroup() |
String |
getKey() |
Integer |
getPriority() |
int |
hashCode() |
ProfileRole |
init() |
io.vertx.core.Future<ProfileRole> |
initAsync() |
ProfileRole |
setGroup(ProfileGroup reference) |
String |
toString() |
public io.vertx.core.Future<ProfileRole> initAsync()
public ProfileRole init()
public Integer getPriority()
public String getKey()
public ProfileGroup getGroup()
public ProfileRole setGroup(ProfileGroup reference)
Copyright © 2019. All rights reserved.