public final class DubboUpstream extends CommonUpstream
| Modifier and Type | Class and Description |
|---|---|
static class |
DubboUpstream.Builder
class builder.
|
| Modifier and Type | Method and Description |
|---|---|
static DubboUpstream.Builder |
builder()
class builder.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAppName()
get appName.
|
java.lang.String |
getGroup()
Gets the value of group.
|
int |
getPort()
get port.
|
java.lang.String |
getRegistry()
get registry.
|
java.lang.String |
getVersion()
Gets the value of version.
|
int |
getWarmup()
Gets the value of warmup.
|
int |
getWeight()
Gets the value of weight.
|
int |
hashCode() |
java.lang.Boolean |
isGray()
Gets the value of gray.
|
void |
setAppName(java.lang.String appName)
set appName.
|
void |
setGray(java.lang.Boolean gray)
Sets the gray.
|
void |
setGroup(java.lang.String group)
Sets the group.
|
void |
setPort(int port)
set port.
|
void |
setRegistry(java.lang.String registry)
set registry.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
void |
setWarmup(int warmup)
Sets the warmup.
|
void |
setWeight(int weight)
Sets the weight.
|
java.lang.String |
toString() |
defaultStatus, getProtocol, getTimestamp, getUpstreamHost, getUpstreamUrl, isStatus, setProtocol, setStatus, setTimestamp, setUpstreamHost, setUpstreamUrlpublic static DubboUpstream.Builder builder()
public java.lang.String getRegistry()
public void setRegistry(java.lang.String registry)
registry - registrypublic java.lang.String getAppName()
public void setAppName(java.lang.String appName)
appName - appNamepublic int getPort()
public void setPort(int port)
port - portpublic java.lang.Boolean isGray()
public void setGray(java.lang.Boolean gray)
gray - graypublic int getWeight()
public void setWeight(int weight)
weight - weightpublic int getWarmup()
public void setWarmup(int warmup)
warmup - warmuppublic java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - grouppublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - versionpublic boolean equals(java.lang.Object o)
equals in class CommonUpstreampublic int hashCode()
hashCode in class CommonUpstreampublic java.lang.String toString()
toString in class CommonUpstreamCopyright © 2024 The Apache Software Foundation. All rights reserved.