public class SwaggerInfoDTO extends Object
Constructor and Description |
---|
SwaggerInfoDTO() |
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONArray |
getConsumeList() |
List<org.json.simple.JSONArray> |
getOperationList() |
org.json.simple.JSONArray |
getProducesList() |
String |
getTagName() |
void |
setConsumeList(org.json.simple.JSONArray consumeList) |
void |
setOperationList(List<org.json.simple.JSONArray> operationList) |
void |
setProducesList(org.json.simple.JSONArray producesList) |
void |
setTagName(String tagName) |
public String getTagName()
public void setTagName(String tagName)
public List<org.json.simple.JSONArray> getOperationList()
public void setOperationList(List<org.json.simple.JSONArray> operationList)
public org.json.simple.JSONArray getConsumeList()
public void setConsumeList(org.json.simple.JSONArray consumeList)
public org.json.simple.JSONArray getProducesList()
public void setProducesList(org.json.simple.JSONArray producesList)
Copyright © 2024 WSO2. All rights reserved.