public class ApiDefinitionDescr extends AbstractModel
Constructor and Description |
---|
ApiDefinitionDescr() |
ApiDefinitionDescr(ApiDefinitionDescr 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 |
getName()
Get 对象名称
|
PropertyField[] |
getProperties()
Get 对象属性列表
|
void |
setName(String Name)
Set 对象名称
|
void |
setProperties(PropertyField[] Properties)
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 ApiDefinitionDescr()
public ApiDefinitionDescr(ApiDefinitionDescr source)
public String getName()
public void setName(String Name)
Name
- 对象名称public PropertyField[] getProperties()
public void setProperties(PropertyField[] Properties)
Properties
- 对象属性列表Copyright © 2022. All rights reserved.