java.lang.Object
org.apache.shenyu.plugin.dubbo.common.cache.DubboParam

public class DubboParam extends Object
DubboParam.
  • 构造器详细资料

    • DubboParam

      public DubboParam()
  • 方法详细资料

    • getGroup

      public String getGroup()
      Gets group.
      返回:
      the group
    • setGroup

      public void setGroup(String group)
      Sets group.
      参数:
      group - the group
    • getVersion

      public String getVersion()
      Gets version.
      返回:
      the version
    • setVersion

      public void setVersion(String version)
      Sets version.
      参数:
      version - the version
    • getLoadbalance

      public String getLoadbalance()
      Gets loadbalance.
      返回:
      the loadbalance
    • setLoadbalance

      public void setLoadbalance(String loadbalance)
      Sets loadbalance.
      参数:
      loadbalance - the loadbalance
    • getRetries

      public Integer getRetries()
      Gets retries.
      返回:
      the retries
    • setRetries

      public void setRetries(Integer retries)
      Sets retries.
      参数:
      retries - the retries
    • getTimeout

      public Integer getTimeout()
      Gets timeout.
      返回:
      the timeout
    • setTimeout

      public void setTimeout(Integer timeout)
      Sets timeout.
      参数:
      timeout - the timeout
    • getUrl

      public String getUrl()
      Gets url.
      返回:
      the url
    • setUrl

      public void setUrl(String url)
      Sets url.
      参数:
      url - the url
    • getSent

      public Boolean getSent()
      Gets sent.
      返回:
      the sent
    • setSent

      public void setSent(Boolean sent)
      Sets sent.
      参数:
      sent - the sent
    • getCluster

      public String getCluster()
      Gets cluster.
      返回:
      the cluster
    • setCluster

      public void setCluster(String cluster)
      Sets cluster.
      参数:
      cluster - the cluster
    • getProtocol

      public String getProtocol()
      Gets protocol.
      返回:
      the protocol
    • setProtocol

      public void setProtocol(String protocol)
      Sets protocol.
      参数:
      protocol - the protocol
    • getSerialization

      public String getSerialization()
      get serialization.
      返回:
      serialization
    • setSerialization

      public void setSerialization(String serialization)
      get serialization.
      参数:
      serialization - serialization
    • getMethods

      public List<DubboMethodParam> getMethods()
      get methods.
      返回:
      methods
    • setMethods

      public void setMethods(List<DubboMethodParam> methods)
      set methods.
      参数:
      methods - methods