public class UseCaseStepInfo extends AlipayObject
| 构造器和说明 |
|---|
UseCaseStepInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMethodDesc() |
String |
getMethodName() |
String |
getOperate() |
List<ServeParamInfo> |
getParamInfoList() |
List<Precondition> |
getPreconditionList() |
String |
getResponseData() |
String |
getStepNote() |
String |
getType() |
void |
setMethodDesc(String methodDesc) |
void |
setMethodName(String methodName) |
void |
setOperate(String operate) |
void |
setParamInfoList(List<ServeParamInfo> paramInfoList) |
void |
setPreconditionList(List<Precondition> preconditionList) |
void |
setResponseData(String responseData) |
void |
setStepNote(String stepNote) |
void |
setType(String type) |
public String getMethodDesc()
public void setMethodDesc(String methodDesc)
public String getMethodName()
public void setMethodName(String methodName)
public String getOperate()
public void setOperate(String operate)
public List<ServeParamInfo> getParamInfoList()
public void setParamInfoList(List<ServeParamInfo> paramInfoList)
public List<Precondition> getPreconditionList()
public void setPreconditionList(List<Precondition> preconditionList)
public String getResponseData()
public void setResponseData(String responseData)
public String getStepNote()
public void setStepNote(String stepNote)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.