public class Service extends Object
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
List<Auth> |
getAuthList() |
String |
getBindType() |
String |
getCreateTime() |
String |
getDescription() |
Integer |
getEndpointCount() |
List<RelatedEndpoint> |
getEndpointList() |
String |
getInstanceId() |
String |
getName() |
String |
getService() |
String |
getServiceId() |
String |
getServiceName() |
String |
getStatus() |
Service |
setAuthList(List<Auth> authList) |
Service |
setBindType(String bindType) |
Service |
setCreateTime(String createTime) |
Service |
setDescription(String description) |
Service |
setEndpointCount(Integer endpointCount) |
Service |
setEndpointList(List<RelatedEndpoint> endpointList) |
Service |
setInstanceId(String instanceId) |
Service |
setName(String name) |
Service |
setService(String service) |
Service |
setServiceId(String serviceId) |
Service |
setServiceName(String serviceName) |
Service |
setStatus(String status) |
String |
toString() |
public String getServiceId()
public String getName()
public String getDescription()
public String getServiceName()
public String getBindType()
public String getInstanceId()
public String getStatus()
public String getService()
public String getCreateTime()
public Integer getEndpointCount()
public Service setEndpointList(List<RelatedEndpoint> endpointList)
public List<RelatedEndpoint> getEndpointList()
Copyright © 2026. All rights reserved.