public class QueryParameter extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dataType
The data type.
|
String |
description
The description.
|
String |
example
The example.
|
String |
name
The name.
|
| 构造器和说明 |
|---|
QueryParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setpublic String getExample()
public void setExample(String example)
example - the example to setCopyright © 2017. All rights reserved.