public class UrlItem extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
author
The author.
|
List<BodyParameter> |
bodyParameters
The body parameters.
|
String |
description
The description.
|
String |
group
The group.
|
List<String> |
methods
The methods.
|
String |
name
The name.
|
int |
order
The order.
|
String |
path
The path.
|
List<PathParameter> |
pathParameters
The path parameters.
|
List<QueryParameter> |
queryParameters
The query parameters.
|
ReturnParameter |
returnParameter
The return parameter.
|
DevelopmentState |
state
The state.
|
| 构造器和说明 |
|---|
UrlItem()
Instantiates a new url item.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor()
Gets the author.
|
String |
getDescription()
Gets the description.
|
String |
getGroup()
Gets the group.
|
List<String> |
getMethods()
Gets the methods.
|
String |
getName()
Gets the name.
|
int |
getOrder()
Gets the order.
|
String |
getPath()
Gets the path.
|
DevelopmentState |
getState()
Gets the state.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setDescription(String description)
Sets the description.
|
void |
setGroup(String group)
Sets the group.
|
void |
setMethods(List<String> methods)
Sets the methods.
|
void |
setName(String name)
Sets the name.
|
void |
setOrder(int order)
Sets the order.
|
void |
setPath(String path)
Sets the path.
|
void |
setState(DevelopmentState state)
Sets the state.
|
public String path
public String name
public String description
public String group
public String author
public DevelopmentState state
public int order
public List<PathParameter> pathParameters
public List<QueryParameter> queryParameters
public List<BodyParameter> bodyParameters
public ReturnParameter returnParameter
public int getOrder()
public void setOrder(int order)
order - the new orderpublic String getPath()
public void setPath(String path)
path - the new pathpublic String getName()
public void setName(String name)
name - the new namepublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getGroup()
public void setGroup(String group)
group - the new grouppublic void setMethods(List<String> methods)
methods - the new methodspublic String getAuthor()
public void setAuthor(String author)
author - the new authorpublic DevelopmentState getState()
public void setState(DevelopmentState state)
state - the new stateCopyright © 2017. All rights reserved.