public class ServiceInfo extends ClientInfo
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceInfo() |
|
ServiceInfo(ServiceIdentifier serviceIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
List<String> |
getRoles() |
ServiceIdentifier |
getServiceIdentifier() |
ClientType |
getType() |
int |
hashCode() |
String |
toString() |
protected ServiceInfo()
public ServiceInfo(ServiceIdentifier serviceIdentifier)
public String getId()
getId in class ClientInfopublic ServiceIdentifier getServiceIdentifier()
public List<String> getRoles()
getRoles in class ClientInfopublic ClientType getType()
getType in class ClientInfoCopyright © 2022. All Rights Reserved.