public class Label extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Label() | 
| Label(Label 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 | 
|---|---|
| Long | getID()Get 自定义字段编号 | 
| String | getName()Get 自定义字段名称/说明 | 
| String | getValue()Get 字段值 | 
| void | setID(Long ID)Set 自定义字段编号 | 
| void | setName(String Name)Set 自定义字段名称/说明 | 
| void | setValue(String Value)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 Label()
public Label(Label source)
public Long getID()
public void setID(Long ID)
ID - 自定义字段编号public String getName()
public void setName(String Name)
Name - 自定义字段名称/说明public String getValue()
public void setValue(String Value)
Value - 字段值Copyright © 2025. All rights reserved.