public class ElementProperty extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ElementProperty() | 
| ElementProperty(ElementProperty 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 | getContent()Get 属性内容 | 
| String | getDescription()Get 属性描述 | 
| String | getName()Get 属性名称 | 
| void | setContent(String Content)Set 属性内容 | 
| void | setDescription(String Description)Set 属性描述 | 
| void | setName(String Name)Set 属性名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ElementProperty()
public ElementProperty(ElementProperty source)
public String getName()
public void setName(String Name)
Name - 属性名称public String getDescription()
public void setDescription(String Description)
Description - 属性描述public String getContent()
public void setContent(String Content)
Content - 属性内容Copyright © 2025. All rights reserved.