public class ApiFlowStepDoc extends Object
| Constructor and Description |
|---|
ApiFlowStepDoc() |
| Modifier and Type | Method and Description |
|---|---|
static ApiFlowStepDoc |
buildFromAnnotation(ApiFlowStep annotation,
List<ApiMethodDoc> apiMethodDocs) |
ApiMethodDoc |
getApimethoddoc() |
String |
getApimethodid() |
void |
setApimethoddoc(ApiMethodDoc apimethoddoc) |
void |
setApimethodid(String apimethodid) |
public final String jsondocId
public static ApiFlowStepDoc buildFromAnnotation(ApiFlowStep annotation, List<ApiMethodDoc> apiMethodDocs)
public String getApimethodid()
public void setApimethodid(String apimethodid)
public ApiMethodDoc getApimethoddoc()
public void setApimethoddoc(ApiMethodDoc apimethoddoc)
Copyright © 2015. All rights reserved.