public class NacosServiceForListUpstreamsOutput extends Object
| Constructor and Description |
|---|
NacosServiceForListUpstreamsOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup()
Get group
|
String |
getNamespace()
Get namespace
|
String |
getNamespaceId()
Get namespaceId
|
String |
getService()
Get service
|
String |
getUpstreamSourceId()
Get upstreamSourceId
|
NacosServiceForListUpstreamsOutput |
group(String group) |
int |
hashCode() |
NacosServiceForListUpstreamsOutput |
namespace(String namespace) |
NacosServiceForListUpstreamsOutput |
namespaceId(String namespaceId) |
NacosServiceForListUpstreamsOutput |
service(String service) |
void |
setGroup(String group) |
void |
setNamespace(String namespace) |
void |
setNamespaceId(String namespaceId) |
void |
setService(String service) |
void |
setUpstreamSourceId(String upstreamSourceId) |
String |
toString() |
NacosServiceForListUpstreamsOutput |
upstreamSourceId(String upstreamSourceId) |
public NacosServiceForListUpstreamsOutput group(String group)
public String getGroup()
public void setGroup(String group)
public NacosServiceForListUpstreamsOutput namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public NacosServiceForListUpstreamsOutput namespaceId(String namespaceId)
public String getNamespaceId()
public void setNamespaceId(String namespaceId)
public NacosServiceForListUpstreamsOutput service(String service)
public String getService()
public void setService(String service)
public NacosServiceForListUpstreamsOutput upstreamSourceId(String upstreamSourceId)
public String getUpstreamSourceId()
public void setUpstreamSourceId(String upstreamSourceId)
Copyright © 2026. All rights reserved.