public class PathParameter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dataType
The data type.
|
String |
description
The description.
|
String |
example
The example.
|
String |
name
The name.
|
| 构造器和说明 |
|---|
PathParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataType()
Gets the data type.
|
String |
getDescription()
Gets the description.
|
String |
getExample()
Gets the example.
|
String |
getName()
Gets the name.
|
void |
setDataType(String dataType)
Sets the data type.
|
void |
setDescription(String description)
Sets the description.
|
void |
setExample(String example)
Sets the example.
|
void |
setName(String name)
Sets the name.
|
public String name
public String description
public String dataType
public String example
public String getName()
public void setName(String name)
name - the new namepublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getDataType()
public void setDataType(String dataType)
dataType - the new data typepublic String getExample()
public void setExample(String example)
example - the new exampleCopyright © 2018. All rights reserved.