public class EsbInvacationBean extends Object implements ServiceBean
| 构造器和说明 |
|---|
EsbInvacationBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClazz() |
Long |
getCreatTime() |
ContextType |
getDataType() |
String |
getDesc() |
String |
getExpression() |
String |
getExpressionArr() |
String |
getFilter() |
EsbFlowType |
getFlowType() |
String |
getId() |
String |
getJspUrl() |
String |
getMainClass() |
String |
getName() |
List<ExpressionParameter> |
getParams() |
String |
getPath() |
String |
getReturntype() |
String |
getServerUrl() |
FormulaType |
getType() |
int |
getVersion() |
void |
setClazz(String clazz) |
void |
setDataType(ContextType dataType) |
void |
setDesc(String desc) |
void |
setExpressionArr(String expressionArr) |
void |
setFilter(String filter) |
void |
setFlowType(EsbFlowType flowType) |
void |
setId(String id) |
void |
setJspUrl(String jspUrl) |
void |
setMainClass(String mainClass) |
void |
setName(String name) |
void |
setParams(List<ExpressionParameter> params) |
void |
setPath(String path) |
void |
setReturntype(String returntype) |
void |
setServerUrl(String serverUrl) |
void |
setType(FormulaType type) |
void |
setVersion(int version) |
String |
toString() |
public String getJspUrl()
public void setJspUrl(String jspUrl)
public String getClazz()
getClazz 在接口中 ServiceBeanpublic void setClazz(String clazz)
public String getId()
getId 在接口中 ServiceBeanpublic void setId(String id)
public String getName()
getName 在接口中 ServiceBeanpublic void setName(String name)
public String getExpressionArr()
public void setExpressionArr(String expressionArr)
public String getDesc()
public void setDesc(String desc)
public ContextType getDataType()
getDataType 在接口中 ServiceBeanpublic void setDataType(ContextType dataType)
public String getReturntype()
public void setReturntype(String returntype)
public String getMainClass()
public void setMainClass(String mainClass)
public String getFilter()
public void setFilter(String filter)
public EsbFlowType getFlowType()
getFlowType 在接口中 ServiceBeanpublic String getExpression()
getExpression 在接口中 ServiceBeanpublic List<ExpressionParameter> getParams()
getParams 在接口中 ServiceBeanpublic void setParams(List<ExpressionParameter> params)
public void setPath(String path)
public FormulaType getType()
getType 在接口中 ServiceBeanpublic void setType(FormulaType type)
public void setFlowType(EsbFlowType flowType)
public int getVersion()
getVersion 在接口中 ServiceBeanpublic void setVersion(int version)
public Long getCreatTime()
getCreatTime 在接口中 ServiceBeanpublic String getPath()
getPath 在接口中 ServiceBeanpublic String getServerUrl()
getServerUrl 在接口中 ServiceBeanpublic void setServerUrl(String serverUrl)
Copyright © 2023 onecode. All rights reserved.