java.lang.Object
org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg

public class DubboMethodArg extends Object
  • Constructor Details

    • DubboMethodArg

      public DubboMethodArg()
  • Method Details

    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getStr_value

      public ListStringMatch getStr_value()
    • setStr_value

      public void setStr_value(ListStringMatch str_value)
    • getNum_value

      public ListDoubleMatch getNum_value()
    • setNum_value

      public void setNum_value(ListDoubleMatch num_value)
    • getBool_value

      public BoolMatch getBool_value()
    • setBool_value

      public void setBool_value(BoolMatch bool_value)
    • isMatch

      public boolean isMatch(Object input)
    • toString

      public String toString()
      Overrides:
      toString in class Object