public class ChainValue extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChainValue() | 
| ChainValue(ChainValue 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 | getLabel()Get 标题名字 | 
| String | getType()Get 类型,文字:"text",图片:"image" | 
| String | getValue()Get 值,文字类型:"abc",图片类型:""/images/img.png" | 
| void | setLabel(String Label)Set 标题名字 | 
| void | setType(String Type)Set 类型,文字:"text",图片:"image" | 
| void | setValue(String Value)Set 值,文字类型:"abc",图片类型:""/images/img.png" | 
| 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 ChainValue()
public ChainValue(ChainValue source)
public String getLabel()
public void setLabel(String Label)
Label - 标题名字public String getType()
public void setType(String Type)
Type - 类型,文字:"text",图片:"image"public String getValue()
public void setValue(String Value)
Value - 值,文字类型:"abc",图片类型:""/images/img.png"Copyright © 2025. All rights reserved.