Class ZombieUpstream.Builder
- java.lang.Object
-
- org.apache.shenyu.common.dto.convert.selector.ZombieUpstream.Builder
-
- Enclosing class:
- ZombieUpstream
public static final class ZombieUpstream.Builder extends java.lang.Objectclass builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZombieUpstreambuild()build new Object.ZombieUpstream.BuildercommonUpstream(CommonUpstream commonUpstream)build commonUpstream.ZombieUpstream.BuilderselectorId(java.lang.String selectorId)build selectorId.ZombieUpstream.BuilderzombieCheckTimes(int zombieCheckTimes)build zombieCheckTimes.
-
-
-
Method Detail
-
build
public ZombieUpstream build()
build new Object.- Returns:
- ZombieUpstream
-
commonUpstream
public ZombieUpstream.Builder commonUpstream(CommonUpstream commonUpstream)
build commonUpstream.- Parameters:
commonUpstream- commonUpstream- Returns:
- this
-
zombieCheckTimes
public ZombieUpstream.Builder zombieCheckTimes(int zombieCheckTimes)
build zombieCheckTimes.- Parameters:
zombieCheckTimes- zombieCheckTimes- Returns:
- this
-
selectorId
public ZombieUpstream.Builder selectorId(java.lang.String selectorId)
build selectorId.- Parameters:
selectorId- selectorId- Returns:
- this
-
-