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