public class FunctionInfo extends MagicEntity
createTime, groupId, id, lock, name, script, updateTimeproperties| 构造器和说明 |
|---|
FunctionInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
FunctionInfo |
copy() |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getMappingPath() |
List<Parameter> |
getParameters() |
String |
getPath() |
String |
getReturnType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setMappingPath(String mappingPath) |
void |
setParameter(String parameter) |
void |
setParameters(List<Parameter> parameters) |
void |
setPath(String path) |
void |
setReturnType(String returnType) |
clone, getCreateTime, getGroupId, getId, getLock, getName, getScript, getUpdateTime, setCreateTime, setGroupId, setId, setLock, setName, setScript, setUpdateTimegetAttribute, getProperties, setAttribute, setPropertiespublic String getDescription()
public void setDescription(String description)
public void setParameter(String parameter)
public String getPath()
public void setPath(String path)
public String getMappingPath()
public void setMappingPath(String mappingPath)
public String getReturnType()
public void setReturnType(String returnType)
public FunctionInfo copy()
Copyright © 2020–2021. All rights reserved.