public static class CollectionItemValue.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CollectionItemValue |
build() |
CollectionItemValue.Builder |
currencyCode(String currencyCode)
币种code
示例值:CNY
|
CollectionItemValue.Builder |
currencyId(String currencyId)
币种ID
示例值:7202076988667019308
|
CollectionItemValue.Builder |
fieldType(Integer fieldType)
填报项类型,1-文本,2-金额,3-数值,4-百分比,5-日期,6-日期范围
示例值:1
|
CollectionItemValue.Builder |
itemId(String itemId)
填报项ID
示例值:7202076988667019308
|
CollectionItemValue.Builder |
value(String value)
填报项值
示例值:text
|
public CollectionItemValue.Builder itemId(String itemId)
示例值:7202076988667019308
itemId - public CollectionItemValue.Builder value(String value)
示例值:text
value - public CollectionItemValue.Builder fieldType(Integer fieldType)
示例值:1
fieldType - public CollectionItemValue.Builder currencyId(String currencyId)
示例值:7202076988667019308
currencyId - public CollectionItemValue.Builder currencyCode(String currencyCode)
示例值:CNY
currencyCode - public CollectionItemValue build()
Copyright © 2025. All rights reserved.