public class CustomFieldInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomFieldInfo() | 
| CustomFieldInfo(CustomFieldInfo 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 字段id | 
| String | getKey()Get 字段key | 
| String | getName()Get 字段名 | 
| String | getVal()Get 字段值 | 
| void | setId(Long Id)Set 字段id | 
| void | setKey(String Key)Set 字段key | 
| void | setName(String Name)Set 字段名 | 
| void | setVal(String Val)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 CustomFieldInfo()
public CustomFieldInfo(CustomFieldInfo source)
public Long getId()
public void setId(Long Id)
Id - 字段idpublic String getKey()
public void setKey(String Key)
Key - 字段keypublic String getName()
public void setName(String Name)
Name - 字段名public String getVal()
public void setVal(String Val)
Val - 字段值Copyright © 2025. All rights reserved.