类 DubboMethodArg
- java.lang.Object
-
- org.apache.dubbo.rpc.cluster.router.mesh.rule.virtualservice.match.DubboMethodArg
-
public class DubboMethodArg extends Object
-
-
构造器概要
构造器 构造器 说明 DubboMethodArg()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 BoolMatchgetBool_value()intgetIndex()ListDoubleMatchgetNum_value()ListStringMatchgetStr_value()StringgetType()static booleanisMatch(DubboMethodArg dubboMethodArg, Object input)voidsetBool_value(BoolMatch bool_value)voidsetIndex(int index)voidsetNum_value(ListDoubleMatch num_value)voidsetStr_value(ListStringMatch str_value)voidsetType(String type)StringtoString()
-
-
-
方法详细资料
-
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 static boolean isMatch(DubboMethodArg dubboMethodArg, Object input)
-
-