类 DubboMethodParam
java.lang.Object
org.apache.shenyu.plugin.dubbo.common.cache.DubboMethodParam
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get loadbalance.getName()get name.get retries.getSent()get sent.get timeout.voidsetLoadbalance(String loadbalance) set loadbalance.voidset name.voidsetRetries(Integer retries) set retries.voidset sent.voidsetTimeout(Integer timeout) set timeout.
-
构造器详细资料
-
DubboMethodParam
public DubboMethodParam()
-
-
方法详细资料
-
getName
get name.- 返回:
- name
-
setName
set name.- 参数:
name- name
-
getLoadbalance
get loadbalance.- 返回:
- loadbalance
-
setLoadbalance
set loadbalance.- 参数:
loadbalance- loadbalance
-
getRetries
get retries.- 返回:
- retries
-
setRetries
set retries.- 参数:
retries- retries
-
getTimeout
get timeout.- 返回:
- timeout
-
setTimeout
set timeout.- 参数:
timeout- timeout
-
getSent
get sent.- 返回:
- sent
-
setSent
set sent.- 参数:
sent- sent
-