public class DubboMethodArg extends Object
| Constructor and Description |
|---|
DubboMethodArg() |
| Modifier and Type | Method and Description |
|---|---|
BoolMatch |
getBool_value() |
int |
getIndex() |
ListDoubleMatch |
getNum_value() |
ListStringMatch |
getStr_value() |
String |
getType() |
boolean |
isMatch(Object input) |
void |
setBool_value(BoolMatch bool_value) |
void |
setIndex(int index) |
void |
setNum_value(ListDoubleMatch num_value) |
void |
setStr_value(ListStringMatch str_value) |
void |
setType(String type) |
String |
toString() |
public int getIndex()
public void setIndex(int index)
public String getType()
public void setType(String type)
public ListStringMatch getStr_value()
public void setStr_value(ListStringMatch str_value)
public ListDoubleMatch getNum_value()
public void setNum_value(ListDoubleMatch num_value)
public BoolMatch getBool_value()
public void setBool_value(BoolMatch bool_value)
public boolean isMatch(Object input)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.