public class ApiResponseDescr extends AbstractModel
Constructor and Description |
---|
ApiResponseDescr() |
ApiResponseDescr(ApiResponseDescr source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 参数描述
|
String |
getName()
Get 参数描述
|
String |
getType()
Get 参数类型
|
void |
setDescription(String Description)
Set 参数描述
|
void |
setName(String Name)
Set 参数描述
|
void |
setType(String Type)
Set 参数类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApiResponseDescr()
public ApiResponseDescr(ApiResponseDescr source)
public String getName()
public void setName(String Name)
Name
- 参数描述public String getType()
public void setType(String Type)
Type
- 参数类型public String getDescription()
public void setDescription(String Description)
Description
- 参数描述Copyright © 2021. All rights reserved.