public class Component extends Object
Constructor and Description |
---|
Component(String hostName,
String serviceName,
String serviceComponentName,
Long hostId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Component |
fromServiceComponentHost(ServiceComponentHost serviceComponentHost) |
Long |
getHostId() |
String |
getHostName() |
String |
getServiceComponentName() |
String |
getServiceName() |
int |
hashCode() |
public static Component fromServiceComponentHost(ServiceComponentHost serviceComponentHost)
public String getHostName()
public String getServiceName()
public String getServiceComponentName()
public Long getHostId()
Copyright © 2022 Apache Software Foundation. All rights reserved.