Serializablepublic final class ServiceDescription extends Object implements Serializable
| Constructor | Description |
|---|---|
ServiceDescription(ServiceType serviceType,
FilterSpec filterSpec) |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
boolean |
equals(ServiceDescription other) |
|
FilterSpec |
getFilterSpec() |
Get the filter specification.
|
ServiceType |
getServiceType() |
Get the service type.
|
int |
hashCode() |
|
String |
toString() |
public ServiceDescription(ServiceType serviceType, FilterSpec filterSpec)
serviceType - the service type (must not be null)filterSpec - the filter specification (must not be null)public ServiceType getServiceType()
null)public FilterSpec getFilterSpec()
null)public boolean equals(ServiceDescription other)
Copyright © 2019 JBoss by Red Hat. All rights reserved.