类 DubboParam
java.lang.Object
org.apache.shenyu.plugin.dubbo.common.cache.DubboParam
DubboParam.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets cluster.getGroup()Gets group.Gets loadbalance.get methods.Gets protocol.Gets retries.getSent()Gets sent.get serialization.Gets timeout.getUrl()Gets url.Gets version.voidsetCluster(String cluster) Sets cluster.voidSets group.voidsetLoadbalance(String loadbalance) Sets loadbalance.voidsetMethods(List<DubboMethodParam> methods) set methods.voidsetProtocol(String protocol) Sets protocol.voidsetRetries(Integer retries) Sets retries.voidSets sent.voidsetSerialization(String serialization) get serialization.voidsetTimeout(Integer timeout) Sets timeout.voidSets url.voidsetVersion(String version) Sets version.
-
构造器详细资料
-
DubboParam
public DubboParam()
-
-
方法详细资料
-
getGroup
Gets group.- 返回:
- the group
-
setGroup
Sets group.- 参数:
group- the group
-
getVersion
Gets version.- 返回:
- the version
-
setVersion
Sets version.- 参数:
version- the version
-
getLoadbalance
Gets loadbalance.- 返回:
- the loadbalance
-
setLoadbalance
Sets loadbalance.- 参数:
loadbalance- the loadbalance
-
getRetries
Gets retries.- 返回:
- the retries
-
setRetries
Sets retries.- 参数:
retries- the retries
-
getTimeout
Gets timeout.- 返回:
- the timeout
-
setTimeout
Sets timeout.- 参数:
timeout- the timeout
-
getUrl
Gets url.- 返回:
- the url
-
setUrl
Sets url.- 参数:
url- the url
-
getSent
Gets sent.- 返回:
- the sent
-
setSent
Sets sent.- 参数:
sent- the sent
-
getCluster
Gets cluster.- 返回:
- the cluster
-
setCluster
Sets cluster.- 参数:
cluster- the cluster
-
getProtocol
Gets protocol.- 返回:
- the protocol
-
setProtocol
Sets protocol.- 参数:
protocol- the protocol
-
getSerialization
get serialization.- 返回:
- serialization
-
setSerialization
get serialization.- 参数:
serialization- serialization
-
getMethods
get methods.- 返回:
- methods
-
setMethods
set methods.- 参数:
methods- methods
-