public final class HsfUpstream extends CommonUpstream
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HsfUpstream.Builder
class builder.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static HsfUpstream.Builder |
builder()
class builder.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getGroup()
Gets group.
|
java.lang.String |
getVersion()
Gets version.
|
int |
getWarmup()
Gets warmup.
|
int |
getWeight()
Gets weight.
|
int |
hashCode() |
void |
setGroup(java.lang.String group)
Sets group.
|
void |
setVersion(java.lang.String version)
Sets version.
|
void |
setWarmup(int warmup)
Sets warmup.
|
void |
setWeight(int weight)
Sets weight.
|
java.lang.String |
toString() |
defaultStatus, getProtocol, getTimestamp, getUpstreamHost, getUpstreamUrl, isStatus, setProtocol, setStatus, setTimestamp, setUpstreamHost, setUpstreamUrlpublic static HsfUpstream.Builder builder()
public int getWeight()
public void setWeight(int weight)
weight - the weightpublic int getWarmup()
public void setWarmup(int warmup)
warmup - the warmuppublic java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - the grouppublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the versionpublic boolean equals(java.lang.Object o)
equals 在类中 CommonUpstreampublic int hashCode()
hashCode 在类中 CommonUpstreampublic java.lang.String toString()
toString 在类中 CommonUpstreamCopyright © 2026 The Apache Software Foundation. All rights reserved.